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

Configure Date facet on advanced search to use Range slider #2083

Closed
straleyb opened this issue Oct 20, 2021 · 7 comments · Fixed by #2574 or #2602
Closed

Configure Date facet on advanced search to use Range slider #2083

straleyb opened this issue Oct 20, 2021 · 7 comments · Fixed by #2574 or #2602
Assignees
Labels
Features Issues related to building and enhancing features Ready for Development The issue has passed review from teams and is ready to be worked on
Milestone

Comments

@straleyb
Copy link
Contributor

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.

@straleyb straleyb added Enhancement Features Issues related to building and enhancing features Ready for Development The issue has passed review from teams and is ready to be worked on labels Oct 20, 2021
@jsimic jsimic mentioned this issue Aug 4, 2022
4 tasks
@shieldsb shieldsb added this to the MVP milestone Aug 12, 2022
@straleyb
Copy link
Contributor Author

Need to come up with something super special

@CGillen
Copy link
Contributor

CGillen commented Sep 16, 2022

Here's the ticket in blacklight_range_limit:
projectblacklight/blacklight_range_limit#58

@CGillen CGillen self-assigned this Oct 31, 2022
@CGillen
Copy link
Contributor

CGillen commented Nov 2, 2022

@jsimic Before I spend any more time on this, is this still a requirement? The wireframes has decade as a type-ahead now:
https://drive.google.com/drive/u/1/folders/1bF30M2ftI50Syhhg7hL4MIOtn9DmZFEj

@jsimic
Copy link
Contributor

jsimic commented Nov 2, 2022

@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?

@CGillen
Copy link
Contributor

CGillen commented Nov 3, 2022

I can do an earliest/latest type ahead pair. My biggest issue was the histogram and sliders not being compatible with advanced search.
I did also manage to get decade working, but that's still not a huge range

@jsimic
Copy link
Contributor

jsimic commented Nov 21, 2022

@CGillen Please change the "-" between the date boxes to the word "to" and center it horizontally and vertically.

@jsimic
Copy link
Contributor

jsimic commented Nov 30, 2022

QA pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features Issues related to building and enhancing features Ready for Development The issue has passed review from teams and is ready to be worked on
Projects
None yet
4 participants