Skip to content

Commit

Permalink
#10111 Fixed comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 08a98e7)
  • Loading branch information
jonasraoni committed Jun 25, 2024
1 parent 456520e commit 039798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/search/SubmissionSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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 $context The context to search
Expand Down

0 comments on commit 039798a

Please sign in to comment.