-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support DateOnly
in range query
#314
Comments
Should we also support Could be useful if implementing a custom property editor using a date picker (only date) or a time picker. |
Hi @bjarnef I've looked a bit into this and this can be done without creating a new indexing method and by modifying I don't know if |
@nikcio okay great ;) Or it could use the ticks as |
Currently it seems
DateOnly
doesn't work in range query, whileDateTime
does.and
However if I use
DateTime
instead ofDateOnly
it works.I guess it should have a
DateOnlyType.cs
here: https://github.com/Shazwazza/Examine/tree/07d0889d6d0a9ea06b9bae34a068dcb959e3322f/src/Examine.Lucene/IndexingThe text was updated successfully, but these errors were encountered: