Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check search works with language specific fields #235

Open
Tracked by #8049 ...
stephanegigandet opened this issue Feb 21, 2016 · 1 comment
Open
Tracked by #8049 ...

Check search works with language specific fields #235

stephanegigandet opened this issue Feb 21, 2016 · 1 comment
Labels
API READ All READ APIs include Product, Search… API Issues related to the Open Food Facts API. More specific labels exist & should be used (API WRITE…) Fixed ? This issue might have been fixed. We can close them once we verify that they have. 🌍 Multilingual products Product name, Generic name, Ingredients, Packaging text are multilingual fields. 🔎 Search

Comments

@stephanegigandet
Copy link
Contributor

stephanegigandet commented Feb 21, 2016

What

  • Check search works with language specific fields
    • e.g. product name, ingredients text

Part of

@stephanegigandet stephanegigandet added the 🌍 Multilingual products Product name, Generic name, Ingredients, Packaging text are multilingual fields. label Feb 21, 2016
@teolemon teolemon modified the milestone: Multilingual Products May 12, 2016
@stephanegigandet
Copy link
Contributor Author

Currently only the main language of the product is indexed.

Current indexed fields:

  • product_name, generic_name, brands, categories, labels

2 options:

  1. Put all languages together in the existing _keywords index.
  2. Create new indexes keywords[language code] and make the search language specific.

Option 1 is probably better: extra recall, maybe some limited language conflicts, no number of fields overdose

@teolemon teolemon added API READ All READ APIs include Product, Search… 🔎 Search labels Jun 12, 2019
@teolemon teolemon added the API Issues related to the Open Food Facts API. More specific labels exist & should be used (API WRITE…) label Aug 21, 2021
@teolemon teolemon moved this to To discuss and validate in 🍊 Open Food Facts Server issues Apr 23, 2024
@teolemon teolemon changed the title [multilingual products] Check search works with language specific fields Check search works with language specific fields Oct 20, 2024
@teolemon teolemon added the Fixed ? This issue might have been fixed. We can close them once we verify that they have. label Oct 20, 2024
@github-project-automation github-project-automation bot moved this to Backlog (ready for dev) in 🔎 Search-a-licious Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API READ All READ APIs include Product, Search… API Issues related to the Open Food Facts API. More specific labels exist & should be used (API WRITE…) Fixed ? This issue might have been fixed. We can close them once we verify that they have. 🌍 Multilingual products Product name, Generic name, Ingredients, Packaging text are multilingual fields. 🔎 Search
Projects
Status: To discuss and validate
Status: Backlog (ready for dev)
Development

No branches or pull requests

2 participants