-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typesense): properly format boolean filters in Typesense (#874)
* fix(typesense): properly format boolean filters - Add a new function `parseFilterValue` to check for its type and properly format values to typesense syntax - Add unit tests for filtering * style: fix linting errors * fix: revert back to fallback for array filter values in where * fix(test): fix test to align with a673914 changes
- Loading branch information
1 parent
c71a051
commit b8ce0fe
Showing
2 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters