Skip to content
Discussion options

You must be logged in to vote

The results don’t have to be sorted by ID, but they should include sorting by ID. Of course, you can sort by other criteria as well. The key point is that by default, Manticore doesn’t sort results at all unless there’s a MATCH() or KNN() statement in the query. Even then, fluctuations can still occur because multiple results may have the same weight or KNN distance. Sorting by ID helps prevent this issue.

ORDER BY reputationDESC,id DESC looks good to me.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Azq2
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