HI all, I'm trying to properly apply a filter via ...
# community-help
j
HI all, I'm trying to properly apply a filter via the Go sdk...
(date_start:>=%d || date_start:=0)
does that look valid?
j
I’m not familiar with go… could you share the actual filter string that gets sent to Typesense, after the string interpolation?
j
(date_start:>=<some unix timestamp> || date_start:=0)
The above is essentially what it translates to
j
Yup, that’s the right format
j
Thank you!
👍 1