:wave: Is there any way to have search results wit...
# community-help
g
👋 Is there any way to have search results with very close
_text_match
scores rank by another field besides the bucketing strategy? Ideally I would like some threshold where if a text_match is close enough, they are counted as the same.
j
Ideally I would like some threshold where if a text_match is close enough, they are counted as the same
This is exactly what bucketing by text match score does. May I know why that doesn't work for what you're trying to do?
g
The bucketing works some of the time for my use case. Sometimes the number of buckets is too large for the search query, sometimes the number of buckets is too small.