whoosh icon indicating copy to clipboard operation
whoosh copied to clipboard

Parsing microseconds in dates

Open tnedev opened this issue 4 years ago • 0 comments

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

tnedev avatar Jan 13 '21 09:01 tnedev