Browse Source

add Utils::escape note

main
ghost 12 months ago
parent
commit
24904f667e
  1. 1
      src/webui/search.php

1
src/webui/search.php

@ -119,6 +119,7 @@ switch (true) @@ -119,6 +119,7 @@ switch (true)
default:
// @TODO add extended syntax mode, add Utils::escape
$query = $index->search($q);
}

Loading…
Cancel
Save