Last modified: 2013-09-18 15:37:52 UTC
I think we need the matched terms to see why we have a hit in specific entities. For exact matches this isn't important, but for partial matches like prefix matches and later on wild card matches this will be important. We had a problem with showing multiple terms, and that was somewhat confusing. Perhaps it is somehow possible to only show hits on a single term or some specific context around the terms, to limit the number of matched terms. It is anyhow possible to rewrite the indexed text to only include unique terms. This is related to, and in extension of bug 41580.
Prepare a better extract than the quick fix in Change I29074acf: Supress extracts in search result, and filter down the index page like in Change Id2e343e2: Filter down the number of terms
(In reply to comment #1) > Prepare a better extract than the quick fix in Change I29074acf: Supress > extracts in search result, and filter down the index page like in Change > Id2e343e2: Filter down the number of terms Second patch was abandoned.