qs icon indicating copy to clipboard operation
qs copied to clipboard

Query string parser for the Bleve text indexing library

Results 2 qs issues
Sort by recently updated
recently updated
newest added

When searching a date/time field for, say, a particular date, the 'intuitive' approach doesn't work: pubdate:2011-02-01 You currently have to use range syntax: pubdate: [2011-02-01 TO 2011-02-01] This is pretty...

The DataTimeParser currently in bleve doesn't indicate if a date/time is lower precision (eg date only), so it can't handle ranges properly. I think it'll have to add this capability,...