Skip to content
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

Moving date fields to DateRangeField #1424

Open
alexduryee opened this issue Sep 27, 2023 · 0 comments
Open

Moving date fields to DateRangeField #1424

alexduryee opened this issue Sep 27, 2023 · 0 comments

Comments

@alexduryee
Copy link

Dates are currently assigned to _ssm fields, which store them as plain strings. This results in gaps in search, where e.g. 2012 does not match a record with a date range of 2005-2015 - in fact, they fail the AND query and will not return matches (e.g. jabara 1959 returns 0 results on the demo site).

Would it be possible/reasonable to take advantage of Solr's DateTimeField, which would allow for more sophisticated date handling?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant