Can i sort by Boolean value? Ie prioritize documen...
# community-help
a
Can i sort by Boolean value? Ie prioritize documents where val==true? I dont want to filter out documents that are false however.
j
a
doing
Copy code
_eval(isRude:true):desc
Gets me the error:
Copy code
Could not find a field named `_eval` in the schema for sorting.
Did i do something wrong? I see the flutter api hasnt been updated in a while, not sure if its out of date or an error on my part.
j
It’s only available on
v0.24.0.rcn25
and above
If you’re on Typesense Cloud, we can upgrade you to that build from our side, if you can email your cluster ID to support@typesense.org
a
Gotcha, will do!