-
Notifications
You must be signed in to change notification settings - Fork 439
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
Date Created Sidebar Facet Does Not Function Expected #3321
Comments
Line 66 in 16943fe
To fix the issue of not being able to set the minimum year, I went ahead and changed the default, fallback year to 2015. |
I believe this is a duplicate of #1723, which is waiting on a volunteer. We all agree the default minimum date should somehow be more configurable or dynamic. |
Looks like the issue with "clicking away" was already addressed in the latest commit for the descendant of this component here with the removal of the 56ba23f#diff-66188afad0c5a4217693eb10cbef3efd0df661c7a32921a6b1e2b60ecf7c7e8bL11-L23 Curious that they kept 56ba23f#diff-66188afad0c5a4217693eb10cbef3efd0df661c7a32921a6b1e2b60ecf7c7e8bR36-R37 |
I think this issue is more-or-less resolved. I will keep it open for future review but I feel like I was able to find a solution to my problem(s). |
@aseyedia : If this ticket is resolved, then does that mean your PR #3323 was unnecessary? I'm a little confused as to whether you've found that these issues were fixed by #3236 (the recent work you referenced above), or if you still found new bugs? Ideally, if this ticket is "resolved" we should close it and its PR. It can always be reopened later if we find a reason to do so. |
@tdonohue Apologies, allow me to clarify: In this issue, I (maybe confusingly) outlined a number of small and related issues I had around the "date sidebar search facet." When I posted #3321 (comment), I was under the impression that #3236 fixed the "clicking away" issue but not the "slider prematurely submitting query" issue. Now I am realizing that even the issue with the slider behavior was resolved. #3236 resolved all of my issues and we can close both this ticket and the PR #3323. Thank you for checking with me. |
Describe the bug
We are using a custom Discovery Search Filter based on
dc.date.created
:On the Search page, this facet appears:
To Reproduce
Steps to reproduce the behavior:
dc.date.created
Search Filter FacetExpected behavior
Pressing enter would return the search-filtered query.
The text was updated successfully, but these errors were encountered: