Replies: 1 comment
-
This is more a question for ranking than for InstantSearch, but you can have a numeric state |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to fetch Algolia results in this particular order, hits have
state
column, andstate
values can belive/published/draft
:Data in algolia:
Expected Result:
Default order should be, first live then published and then show draft:
I'm aware algolia doesn't support sorting types like this but is it feasible that I could simulate the enumerated sort by performing a multi index query with three separate queries to the same index with each of the state values as a filter, then display the results for each state?
Beta Was this translation helpful? Give feedback.
All reactions