I want to know what part of my query has been useful for the hits, and present it to my users.
Exemple query : "awesome quick fox"
- Hit 1 : "the quick brown fox" --> "awesome [quick] [fox]"
- Hit 2 : "the quick dog" --> "awesome [quick] fox"
- Hit 3 : "the foxes" --> "awesome quick [fox]"
I know how to highlight in the results, but I want to know what part of the query was "useful".
Thanks.