-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configure Date facet on advanced search to use Range slider #2083
Comments
Need to come up with something super special |
Here's the ticket in blacklight_range_limit: |
@jsimic Before I spend any more time on this, is this still a requirement? The wireframes has |
@CGillen The type ahead is not useful if you are looking for a large range of dates, which would require a user to select all the individual years within the range. Could we use a two box (earliest and latest) strategy? |
I can do an earliest/latest type ahead pair. My biggest issue was the histogram and sliders not being compatible with advanced search. |
@CGillen Please change the "-" between the date boxes to the word "to" and center it horizontally and vertically. |
QA pass |
Descriptive summary
Currently date is just a drop down of dates. This is the easiest and most basic usage for the date facet on the advanced search page. We need to try and figure out how to render the date slider on the advanced search page. This is usually done using
range: true
on the facet configuration in the catalog controller. Since this is a unique subset of facets, we cant render them regularly. We need to find out how to render the date range facet manually.The text was updated successfully, but these errors were encountered: