Преглед изворни кода

Search allow double quotes

`author:"some name"`
Alexandre Alapetite пре 9 година
родитељ
комит
3011bbc5e1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app/Models/Search.php

+ 2 - 0
app/Models/Search.php

@@ -35,6 +35,8 @@ class FreshRSS_Search {
 		}
 		}
 		$this->raw_input = $input;
 		$this->raw_input = $input;
 
 
+		$input = preg_replace('/:"(.*?)"/', ':"\1"', $input);
+
 		$input = $this->parseNotIntitleSearch($input);
 		$input = $this->parseNotIntitleSearch($input);
 		$input = $this->parseNotAuthorSearch($input);
 		$input = $this->parseNotAuthorSearch($input);
 		$input = $this->parseNotInurlSearch($input);
 		$input = $this->parseNotInurlSearch($input);