Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Meilisearch federated search for main search #1300

Open
LukasKalbertodt opened this issue Dec 12, 2024 · 0 comments
Open

Use Meilisearch federated search for main search #1300

LukasKalbertodt opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
area:backend Everything backend related area:search Related to Tobira's search kind:improvement
Milestone

Comments

@LukasKalbertodt
Copy link
Member

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.

@LukasKalbertodt LukasKalbertodt added area:backend Everything backend related kind:improvement area:search Related to Tobira's search labels Dec 12, 2024
@LukasKalbertodt LukasKalbertodt self-assigned this Dec 12, 2024
@LukasKalbertodt LukasKalbertodt added this to the v3.0 milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:backend Everything backend related area:search Related to Tobira's search kind:improvement
Projects
None yet
Development

No branches or pull requests

1 participant