YapDatabase
YapDatabase copied to clipboard
FTS: Get property that triggered the match?
FTS works great, but in order to properly display the results, I would need to know which property triggered the match. Is that possible?
I have been working around this by using dedicated consecutive searches for every single property – which is probably less performant, but I don't see another way. It looks like this is a limitation in the sqlite FTS engine, or is it?