Summary
Sort is not working correctly.
There are few sort types are possible, such as price, oldest, newest. In most cases changing sort will show different amount of items. This is obvious in Quixel assets.
After a month I would expect someone from dev team notice this issue and rebuild the indexes or fix it. Since I have not seen any changes, I’m reporting it.
What type of bug are you experiencing?
Search
URL where the bug was encountered
https://www.fab.com/sellers/Quixel?listing_types=3d-model
Steps to Reproduce
In above page, sort by default and observe that you can see more than 24 items (more than 6 rows)
Next change sort to oldest. Observe that it only shows 24 items.
Next change sort to rating and observe that it only shows 24 items (different items)
Next sort to price and observe that it shows more items than default sort.
Expected Result
All the sort types expected to show same amount of item, but with different sort.
Also note that since the actual create date and correct rating data is not added to items (neither of these sorts work as expected)
Observed Result
explained in “steps to reproduce” section
Platform
Firefox. Although it has nothing to do with what server returns for an ajax call.
Operating System
Wouldn’t matter (it is web based application)
Additional Notes
It seems your dev is using a type of noSQL database to store data (probably graphQL?) and the indexes are not updated correctly or they’re references are broken.
There is also matter of sort not working like MarketPlace too, I still cannot find items by their filename, object name or their engine Ids or even with their full name. Which I was hoping it would be resolved by now.