whoosh
whoosh copied to clipboard
Parsing microseconds in dates
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