Search allow double quotes

`author:"some name"`
This commit is contained in:
Alexandre Alapetite
2017-04-02 11:55:20 +02:00
parent 6d6fe12e8e
commit 3011bbc5e1

View File

@@ -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);