Search in a replica index
How to search a replica index, to create different sorting options for your users.
A replica index is a copy of your primary index that sorts results in alternative ways. For instance, on an ecommerce site, you might want to sort search results by default from cheapest to most expensive. You also offer a drop-down menu to let users sort from most expensive to cheapest.
If you’re using InstantSearch, use the sort-by
widget to let users choose their sorting strategy.
Create replica indices
Let users sort results in various ways by creating a replica for each sorting strategy. That sorting strategy might order results by price, date, relevance, or any other criteria you provide.
Switch index as required
When users change the sorting strategy, ensure you switch to the appropriate index (primary or replica).
Was this page helpful?