You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Input validation has been replaced in Javascript
Empty input will be prevented
Improper date ranges are prevented
Non-numerical inputs are prevented
Added new class to the min, max input boxes for cleaner JS
Changed min, max input type to 'textfield' to better prevent non-numerical inputs (Some reason setting input box to number type doesn't block non-numerical inputs)
Widget will now return the url 'alias' for the facet in order for the JS to process
Removed multiple hardcoded instances of 'publication_date' and instead uses the url 'alias'
This fixes the issue of query being appended instead of overridden