mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:57:03 +02:00
search query fix for "any"
This commit is contained in:
@ -260,7 +260,7 @@ class ModelSearchSearch extends Model {
|
||||
$data['any'] = $this->fixup_meta_characters($data['any']);
|
||||
$data['any'] = $this->fixup_sphinx_operators($data['any']);
|
||||
$data['any'] = $this->fix_email_address_for_sphinx($data['any']);
|
||||
if($match) { $match = "($match) & "; } $match .= "(@subject,@body" . $data['any'] . ") ";
|
||||
if($match) { $match = "($match) & "; } $match .= "(" . $data['any'] . ") ";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user