I-GUIDE/catalog

Limit search results using a minimum score threshold

Closed this issue · 2 comments

Since our search results UI provides infinite scrolling, we need a way to stop showing results once they are no longer relevant as the user scrolls down. One way to do it is to add a limiter to our aggregation pipeline that uses the result scores.

This has been implemented. We've set a minimum score based on observations. We'll monitor the accuracy of results and adjust if necessary.

@Maurier I think we should close this issue for now.