Hi <@U01NZ4D0LDD> <@U01PL2YSG8L> is there any way ...
# community-help
a
Hi @Jason Bosco @Kishore Nallan is there any way that we can support multiple queries in one go. For example user will be searching for "Avatar and bad boys for life" these two movies and the relevant movies should be coming in the search.
k
You can check the multi search / federated search API where you can send 2 search queries in a single API request.
a
@Kishore Nallan But In a federated search setup using Typesense, filtering content through faceting becomes challenging when working with a single collection for diverse content. This is because splitting user queries effectively is not straightforward—users typically don’t send queries in a format like comma-separated or "OR" separated terms. Additionally, regex-based handling isn’t directly in our control within Typesense’s default algorithms. If the catalog contains multiple content that need to be presented to the user, the basic Typesense algorithm might struggle to deliver the desired results. Can you please guide me any way out of this?