@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?