Skip to content

Commit

Permalink
pkp#10111 Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Jun 24, 2024
1 parent 437aff5 commit 08a98e7
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 08a98e7

Please sign in to comment.