@icedquinn does the FTS only return that the search term exists in the document/record, and not the part of the record that contains the search term?
I just did an MVP and it only shows the first part of each record, asking a GPT how to get the context (single line) says "here's how to do text search in python"
it's also 50% faster than grepping over CIFS. 4 seconds vs 8.
grepping /tmp/ same files 0.04s.
Guess i'll just use grep 😄