Skip to content

Commit

Permalink
candidat's query compliant with new grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat committed Nov 24, 2015
1 parent 0317a09 commit a3575d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/skins/client/jquery.p4client.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function doThesSearch(type, sbid, term, field) {
if (type == 'T')
v = '*:"' + term.replace("(", "[").replace(")", "]") + '"';
else
v = field ':"' + term + '"';
v = field '="' + term + '"';
doSpecialSearch(v, true);
}

Expand Down

0 comments on commit a3575d0

Please sign in to comment.