Replies: 1 comment
-
|
Having thought about this a little bit more, what I think the FTS index should return is not only |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am struggling to get the result I need from Full Text Search (FTS).
Using the docs example that demonstrates how to get the 10 tops scores for a query on the
vcolumn oftable.That works fine, but in my use case I need to get the index metadata for those matches, that is I need the query to return also the values for the index columns
word,offset_fromandoffset_to, position.The idea is to show the user the text surrounding every match extracting the position of the match in the text and adding X chars before and after.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions