server
server copied to clipboard
Matched terms
Description
As a user I want to see which terms matched for each results So that ?
Acceptance criteria
- [ ] matched terms to be returned per result
Additional Context
The current implementation does not provide a list of matched terms. There is an explain option to the search query, which explains the how the ranking was calculated and search was constructed - this slows down the search significantly. From there you can infer through regex the terms matched, but it's not a terrible solution and might be very slow. There might be a better one - needs more research.
Areas that will be affected
To be added during the refinement