How to get a search phrase #1704
Unanswered
webigorkiev
asked this question in
Q&A
Replies: 1 comment
-
you could use PACKEDFACTORS select list expression to get different factors related to matching and weight of the match. However at ranking-factors I don not see any mask related to query terms |
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.
-
Hello
Is there any way to get the search phrase for which the result was obtained in a full-text search?
Example:
SELECT label FROM index WHERE MATCH('cats|dogs');
I want to know which of the results relate to cats and which to dogs.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions