Search allow double quotes

`author:"some name"`
pull/1478/head
Alexandre Alapetite 8 years ago
parent 6d6fe12e8e
commit 3011bbc5e1
  1. 2
      app/Models/Search.php

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

Loading…
Cancel
Save