Skip to content

Commit

Permalink
Do not encode the QUERY or we will have the wrong search term.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Aug 24, 2017
1 parent 92602a4 commit b913ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action/asyncsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function handle_action_act_preprocess(Doku_Event &$event, $param) {
global $ACT;
global $QUERY;

$QUERY = cleanID( $QUERY );
if ( $event->data === 'search' && !empty( $QUERY ) ) {
$ACT = 'asyncsearch';
$event->preventDefault();
Expand Down

0 comments on commit b913ffe

Please sign in to comment.