Skip to content

Commit

Permalink
Fix fuzzy search generation for UIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 5, 2014
1 parent 7cc7351 commit 4f8c79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function build($exts = array())

if (isset($ptr['ids']) &&
(count($ptr['ids']['ids']) || $ptr['ids']['ids']->special)) {
$this->_addFuzzy(!empty($val['fuzzy']), $temp);
$this->_addFuzzy(!empty($ptr['ids']['fuzzy']), $temp);
if (!empty($ptr['ids']['not'])) {
$cmds->add('NOT');
}
Expand Down

0 comments on commit 4f8c79a

Please sign in to comment.