Skip to content
Snippets Groups Projects
Commit 72da5ff6 authored by Jared Hancock's avatar Jared Hancock
Browse files

search: Fix `is` advanced search match

parent f3244b5b
No related branches found
No related tags found
No related merge requests found
......@@ -930,7 +930,7 @@ class FormField {
case 'nequal':
$Q->negate();
case 'equal':
$criteria[$name . '__eq'] = $value;
$criteria[$name] = $value;
break;
case 'contains':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment