diff --git a/learn/resources/comparison_to_alternatives.mdx b/learn/resources/comparison_to_alternatives.mdx index 7fe18c062..3f6bb53db 100644 --- a/learn/resources/comparison_to_alternatives.mdx +++ b/learn/resources/comparison_to_alternatives.mdx @@ -99,7 +99,8 @@ Can't find a client you'd like us to support? [Submit your idea or vote for it]( | | Meilisearch | Algolia | Typesense | Elasticsearch | |---|:---:|:----:|:---:|:---:| | Placeholder search | ✅ | ✅ | ✅ | ✅ | -| Multi-index search (Federated search) | ✅ | ✅ | ✅ | ✅ | +| Multi-index search | ✅ | ✅ | ✅ | ✅ | +| Federated search | ✅ | ❌ | ❌ | ✅ | | Exact phrase search | ✅ | ✅ | ✅ | ✅ | | Geo search | ✅ | ✅ | ✅ | ✅ | | Sort by | ✅ | 🔶
Limited to one `sort_by` rule per index. Indexes may have to be duplicated for each sort field and sort order | ✅
Up to 3 sort fields per search query | ✅ |