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
SearchController logic should be moved into ItemSearch Concern so all item search pages (items, collections, and users) can receive and share the same logic everywhere.
Thus we could handle range limit better, by keeping them on the originating page, instead of redirecting them off to the /search page instead.
The text was updated successfully, but these errors were encountered:
Issue discovered and explained in #931 (comment)
SearchController logic should be moved into ItemSearch Concern so all item search pages (items, collections, and users) can receive and share the same logic everywhere.
Thus we could handle range limit better, by keeping them on the originating page, instead of redirecting them off to the /search page instead.
The text was updated successfully, but these errors were encountered: