You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gajus any ideas on this? If you aren't actively working on this project, and someone could point me towards how to implement parsing of date strings, I'd give it a go myself, but I was confused as heck looking at the innre working sof this library ha
I am trying to use
createdAt:2022-01-01*
but get a syntax error.createdAt
is an ISO date string eg2021-12-25T00:00:00.000Z
I also tried
createdAt:2021*
- syntax errorcreatedAt:"2021*"
- no syntax error but doesnt return the right resultscreatedAt:"2021"*
- syntax errorOther string fields work fine eg
name:item*
returns matches foritem 1
,item 2
anditem 3
The text was updated successfully, but these errors were encountered: