But why... Lucene can do a lexicographic Rangesearch. And I have Datestrings in the index. That should work. What doesn't work is handing over the Lucene-String.
Could be a bug with the examine parser when using raw query and date ranges? You want to download examine source and set breakpoint and step through see where its going wrong?
Examine Lucene Query not working
I have a problem with handing my lucene query to umbraco.
This is the query:
I use this code to hand it over:
But the LuceneQuery of the sc-Object is changed to:
Can someone explain why this is happening or how to solve this?
Not sure but try doing the date range search using examine itself you will have to massage dates into index first using gathering node see
https://our.umbraco.org/forum/developers/extending-umbraco/45670-Lucene-not-filtering-on-date-range
Regards
Ismail
But why... Lucene can do a lexicographic Rangesearch. And I have Datestrings in the index. That should work. What doesn't work is handing over the Lucene-String.
NDDT,
Could be a bug with the examine parser when using raw query and date ranges? You want to download examine source and set breakpoint and step through see where its going wrong?
Regards
Ismail
is working on a reply...