-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
[Feature Request] Federated Search Then Aggregate Data #381
Comments
@victor-oancea-leftclick-io 👋 Thanks for suggesting this feature. For now, you can merge the results on client side: the |
Same situation here. While I agree with @kishorenc that result merging could be done on the client side by utilizing the @ice-ares May I ask how you have solved this for now? |
+1 |
this feature would be super useful - handing pagination etc. client side is v painful |
Here's a workaround to make this a bit easier: https://typesense.org/docs/guide/faqs.html#how-do-i-do-search-multiple-collections-and-combine-the-results-in-a-single-ranked-list (see 2nd paragraph) |
This feature is now available in The description in this PR has usage instructions: #2051 (comment). |
Description
Our app has a feature where we want to search for (query_by) some fields across multiple collections then aggregate the results of all those collections into a "Best Matches Globally" result with best hits and highlights.
Is it possible to add a feature that adds the same logic and behaviour of
GET ${TYPESENSE_HOST}/collections/:collection/documents/search
toPOST ${TYPESENSE_HOST}/multi_search
?The text was updated successfully, but these errors were encountered: