"*stringA* OR *stringB"
in quicksearch and am not typing fast enought (only
"*stringA* OR"
is typed), the engine already starts searching with second part of the OR condition as an empty string, which causes the following error:
Could not retrieve data "SELECT Songs.*
FROM Songs WHere Songs.ID IN (SELECT rowid FROM SongTest WHERE SongsTest MATCH ' *stringA* OR ')" : SQL logic error or missing database (1, 1)
Best,
acid_g