Skip to content

Commit

Permalink
Merge pull request #10113 from jonasraoni/bugfix-stable-3_3_0-10111-f…
Browse files Browse the repository at this point in the history
…ix-search-result

#10111 Fixed comment
  • Loading branch information
jonasraoni authored Jun 25, 2024
2 parents 437aff5 + 08a98e7 commit de6ad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/search/SubmissionSearch.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ protected function _getMergedPhraseResults($context, &$phrase, $type, $published
* Keywords are supplied in an array of the following format:
* $keywords[SUBMISSION_SEARCH_AUTHOR] = array('John', 'Doe');
* $keywords[SUBMISSION_SEARCH_...] = array(...);
* $keywords[null] = array('Matches', 'All', 'Fields');
* $keywords[''] = array('Matches', 'All', 'Fields');
* @param $request Request
* @param $context object The context to search
* @param $keywords array List of keywords
Expand Down

0 comments on commit de6ad33

Please sign in to comment.