mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Add full text index & search for document contents (related to #440)
This commit is contained in:
@@ -34,7 +34,7 @@ if(isset($_GET['o'])){
|
||||
|
||||
// Search
|
||||
if(isset($_GET['q'])){
|
||||
$q = mysqli_real_escape_string($mysqli,$_GET['q']);
|
||||
$q = mysqli_real_escape_string($mysqli,trim($_GET['q']));
|
||||
}else{
|
||||
$q = "";
|
||||
}
|
||||
Reference in New Issue
Block a user