Skip to content

Commit

Permalink
Bugfix for checking Available Online from homepage. Fixes TD-1413.
Browse files Browse the repository at this point in the history
- also corrects a related typo that was breaking blank search functionality per TD-48.
  • Loading branch information
seanaery committed Dec 19, 2024
1 parent 9229722 commit 83868be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trln_argon/controller_override.rb
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def action_documents

# rubocop:disable Naming/PredicateName
def has_search_parameters?
%i[q f op seach_field range doc_ids].any? { |p| params[p].present? }
%i[q f f_inclusive op search_field range doc_ids].any? { |p| params[p].present? }
# rubocop:enable Naming/PredicateName
end

Expand Down

0 comments on commit 83868be

Please sign in to comment.