winget-run / api

winget.run rest api
45 stars 4 forks source link

Solve edge cases where text search weight is the same on all results #61

Closed Dragon1320 closed 2 years ago

Dragon1320 commented 4 years ago

Mongo text search results can all have the same weight, figure out a way to solve this while 1. not affecting proper pagination and 2. bringing back the most relevant results (extremely important for the autocomplete).

Dragon1320 commented 4 years ago

Can probably be solved by #82