Photon currently returns all possible matches for a query that OpenSearch can find up to the limit as specified by the user. This can lead to rather confusing matches being returned.
We should cut the list after the score drops below a certain limit relative to the score of the best result. A good limit needs to be determined.
This would cut off strange results like possesive s matches described in #1064 as long as there is a more sensitive match.
Photon currently returns all possible matches for a query that OpenSearch can find up to the limit as specified by the user. This can lead to rather confusing matches being returned.
We should cut the list after the score drops below a certain limit relative to the score of the best result. A good limit needs to be determined.
This would cut off strange results like possesive s matches described in #1064 as long as there is a more sensitive match.