Skip to content

Sorting using createdBy attribute #109

Answered by muntasir-ifaz574
MerNat asked this question in Q&A
Discussion options

You must be logged in to vote

AlgoliaQuery _query = _algolia.instance
.index("text-index")
.setPage(startingKey!)
.setHitsPerPage(pageSize)
.setSettings({
'customRanking': ['desc(createdBy)']
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MerNat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants