algolia / algoliasearch-helper-js

Helper for implementing advanced search features with Algolia
https://instantsearchjs.netlify.app/algoliasearch-helper-js/
MIT License
174 stars 46 forks source link

Sorting using algolia helper #952

Closed awais019 closed 1 year ago

awais019 commented 1 year ago

How can we sort results using algolia search helper.

Haroenv commented 1 year ago

Results are sorted by giving different sortBy rules. You can read more here: https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/

awais019 commented 1 year ago

These are not working with helper

Haroenv commented 1 year ago

Yes, you set the different index that has the other sorting configuration set :)