You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently manually query each index and merge the results. Meilisearch, starting with 1.10, offers this feature built-in. Even better: it allows us to do proper pagination with it, which is very hard in our current approach. It also allows to boost results from one index a bit, which might also be handy.
The text was updated successfully, but these errors were encountered:
…ight creators (#1319)
Fixes#1300Fixes#1299
See commits for more information. There will be more changes for 3.0,
but I wanted to open this already as the other changes can easily get
their own PR(s).
We currently manually query each index and merge the results. Meilisearch, starting with 1.10, offers this feature built-in. Even better: it allows us to do proper pagination with it, which is very hard in our current approach. It also allows to boost results from one index a bit, which might also be handy.
The text was updated successfully, but these errors were encountered: