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

Allow one-sided ranges #258

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

taylor-steve
Copy link

Looking to fix #235, if that original behavior is still desired.

The ability to specify only the start or end date was lost in #179, which creates a nice system using ranges.

This PR looks to restore that old behavior but depends on making a small change to Blacklight to handle beginless/endless ranges (e.g., nil..2002). Something like this:
projectblacklight/blacklight#3213

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

Successfully merging this pull request may close these issues.

If you omit the start or end date, the search is not filtered.
1 participant