Skip to content
Snippets Groups Projects
Commit 4014078b authored by smayer's avatar smayer
Browse files

Merge branch 'cherry-pick-4d5a8c8f' into 'main'

Added "search_type" to current_page_params to fix a bug with result pagination

See merge request !1
parents 562aba33 5ae4c7e8
Branches main
No related tags found
2 merge requests!2Merging development into onb as preparation for Annolyzer release,!1Added "search_type" to current_page_params to fix a bug with result pagination
module SearchHelper
def current_page_params
params.to_unsafe_h.slice('q', 'page', 'per_page','sort', 'f')
params.to_unsafe_h.slice('q', 'page', 'per_page','sort', 'search_type', 'f')
end
def merge_facets(parameters, new)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment