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
6 stars 4 forks source link

Index all the meaningful data (tracker) #139

Open teolemon opened 3 weeks ago

teolemon commented 3 weeks ago

What

### Search really everything
- [ ] Exact search against product_name
- [ ] Search in ingredients (and just in ingredients)
- [ ] Support dates in searches
- [ ] Allow to use extended user roles in advanced search
- [ ] Use OCR results to make uncomplete products searchable
- [ ] Index all the data from the images OCRs
### Add new meaningful fields
- [ ] https://github.com/openfoodfacts/search-a-licious/issues/116
- [ ] Being able to search or list by weight
### Holistic search experience
- [ ] Index the content pages (Nutri-Score, Eco-Score…), the FAQ items…
- [ ] Index data quality warning and errors ?

Part of