Skip to content
Commit fd05b6f0 authored by Alexandru Pandelea's avatar Alexandru Pandelea
Browse files

search-engine-tracker: don't use fts:match on empty search entry

If the search entry is empty and filtering for date or mime type is
added, then the sparql query always returns nothing because of
fts:match '""*'

To get the expected search results don't use fts:match when the
search text is empty.

https://bugzilla.gnome.org/show_bug.cgi?id=782596
parent 8a14b532
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment