Update README.md

This commit is contained in:
Jason Bosco 2021-02-17 21:04:58 -08:00 committed by GitHub
parent 2b4d3a3b75
commit 87883da952

View File

@ -44,6 +44,7 @@ Here are a couple of **live demos** that show Typesense in action on large datas
- **Sorting:** Sort results based on a particular field at query time (helpful for features like "Sort by Price (asc)").
- **Faceting & Filtering:** Drill down and refine results.
- **Grouping & Distinct:** Group similar results together to show more variety.
- **Federated Search:** Search across multiple collections (indices) in a single HTTP request.
- **Scoped API Keys:** Generate API keys that only allow access to certain records, for multi-tenant applications.
- **Synonyms:** Define words as equivalents of each other, so searching for a word will also return results for the synonyms defined.
- **Curation & Merchandizing:** Boost particular records to a fixed position in the search results, to feature them.