Filtering by Unix Timestamps in Typesense
TLDR Nathan asked if it's possible to filter using current time in Typesense. Jason confirmed filtering requires generating and passing current unix timestamp from the client.
1
Jun 09, 2023 (6 months ago)
Nathan
08:29 PMfilter_by=startTimestamp:>now
. Is that possible, or do I always need to pass in an actual unix timestamp to compare startTimestamp
with?Jason
08:30 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Troubleshooting Typesense Filter_by Parameter Issue
Sagar had trouble with the filter_by parameter in Typesense. Kishore Nallan identified issue related to indexing, which resolved part of the issue. Guidance was given for handling null values.
Complex Query System and Collections Schema for Typesense
Orion asks about the grammar for 'filter_by' search parameters and where to find a collections schema. Jason provides the needed documentation and encourages Orion to share back.
Usage and Modification of Dynamic Routes in Typesense Documents
Ethan needed a way to perform exact queries through two fields in Typesense documents. Kishore Nallan demonstrated its possibility using the "filter_by". An issue was resolved via recommending that fields in 'query by' should be a string type.