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

Empty query should not cause a server error #96

Closed alexgarel closed 2 months ago

alexgarel commented 2 months ago

What

In dev http://search.localhost:8000/search?q= return a 503, server error

Expected behavior

We should either search the whole database or return an error saying empty query is not accepted

alexgarel commented 2 months ago

Oups it's due to index not existing (forgot to initialize my database !)