openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
10 stars 6 forks source link

feat: handling synonyms and text fields more efficiently #234

Closed alexgarel closed 3 weeks ago

alexgarel commented 3 months ago

Part of: #193

@raphael0202 revealed some pending issues:

It might be a change in analyzer and/or synonyms file. Apart from adding new test in test_search.py, I need to add a test on ES analysis, as it will help document behaviour.

alexgarel commented 1 month ago

This PR should be ready for review :tada:

raphael0202 commented 3 weeks ago

Great work! :tada: I tested it locally, it works well :)