Closed
Description
Searching for "" will cause an error with the error sqlite error(1): fts5: syntax error near ""
We should probably have SearchFacade check for an empty query and not try to search anything.
Test notes
- Searching for
"
returns an empty result and does not err. - Searching for
""
returns and empty result and does not err. - Searching for multiple
"
returns an empty result.