gajus / liqe

Lightweight and performant Lucene-like parser, serializer and search engine.
Other
641 stars 19 forks source link

Dates? #8

Open paul-uz opened 2 years ago

paul-uz commented 2 years ago

It looks like date strings are not supported in regards to the >, >=, <, <= operators.

eg createdAt:>=2021-12-25T00:00:00.000Z caues a syntax error

How easy, or difficult, would it be to add this in?

gajus commented 2 years ago

Pretty straightforward – patch welcome.

paul-uz commented 2 years ago

@gajus you say that but I have no clue how to modify this library to add such feature.