Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zero integer value in options (#802)
Typesense accepts a `0` INT value in some search options parameters like "drop_tokens_threshold": 0. Due to the `array_filter()` function, it was filtered out in the final search query.
- Loading branch information