Skip to content

Commit

Permalink
Change "All fields" to "All fields and PDFs".
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoules committed Feb 19, 2024
1 parent e7b8b82 commit 40fcdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/SearchResultsView.php
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,10 @@ public function getKeywordsConditionOptions()

public function getKeywordSearchTitlesOptions()
{
$allFields = AvantSearch::usePdfSearch() ? __('All fields and PDFs') : __('All fields');

return array(
'0' => __('All fields'),
'0' => $allFields,
'1' => __('Titles only')
);
}
Expand Down

0 comments on commit 40fcdd8

Please # to comment.