mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
minor gui fix to support apostroph in the query
This commit is contained in:
@ -794,6 +794,7 @@ class ModelSearchSearch extends Model {
|
||||
if($s == '') { return $s; }
|
||||
|
||||
$s = preg_replace("/\'/", ' ', $s);
|
||||
$s = preg_replace("/\./", ' ', $s);
|
||||
|
||||
return $s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user