mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-20 12:03:02 -04:00
Search allow double quotes
`author:"some name"`
This commit is contained in:
@@ -35,6 +35,8 @@ class FreshRSS_Search {
|
||||
}
|
||||
$this->raw_input = $input;
|
||||
|
||||
$input = preg_replace('/:"(.*?)"/', ':"\1"', $input);
|
||||
|
||||
$input = $this->parseNotIntitleSearch($input);
|
||||
$input = $this->parseNotAuthorSearch($input);
|
||||
$input = $this->parseNotInurlSearch($input);
|
||||
|
||||
Reference in New Issue
Block a user