mchaput / whoosh

Pure-Python full-text search library
Other
569 stars 69 forks source link

Parsing microseconds in dates #12

Open tnedev opened 3 years ago

tnedev commented 3 years ago

Hi,

I'm using NLU engine to correctly identify the search dates instead of using the Whoosh plugin. I'm passing the range in the qp.parse(u"date:2005062401") format.

However, I want to be able to pass microseconds too for finer search. Is there a way to do so or pass datetime to whoosh directly?

Thanks