Sorting by Boolean Values in Typesense
TLDR Andrew sought to sort documents by Boolean value in Typesense. Jason indicated this is possible from v0.24.0.rcn25
and recommended an upgrade for Typesense Cloud users.
Oct 28, 2022 (11 months ago)
Andrew
04:51 PMJason
04:53 PMAndrew
04:56 PM
_eval(isRude:true):desc
Gets me the error:
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.
Jason
04:57 PMv0.24.0.rcn25
and aboveJason
04:57 PMAndrew
04:58 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Querying and Comparing Fields in Typesense
Hasan was having trouble comparing two fields in Typesense. Jason provided a response via GitHub. Hasan plans to create a boolean 'isDiscounted' in the database to solve the issue.

Setting Typesense Schema to Return Boolean in Firestore
Rude needed help to make his firestore's typesense schema return boolean 'profileFinished' as true. Jason provided the correct instructions and resolved the issue.
Solving Bool Field Filtering Issue in Typesense
Guillermo was struggling with filtering by a bool field in Typesense. Jason assisted, and realized that Guillermo forgot to add the relevant field in the firebase-typesense extension configuration.

