Skip to content

Commit

Permalink
generate serach parser
Browse files Browse the repository at this point in the history
  • Loading branch information
289Adam289 committed Feb 4, 2025
1 parent d0f297d commit 56a5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SearchParser/searchParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function peg$parse(input, options) {
} else {
word = value;
}
return buildFilter("eq", "keyword", value);
return buildFilter("eq", "keyword", word);
};
var peg$f4 = function(field, op, values) {
return buildFilter(op, field, values);
Expand Down

0 comments on commit 56a5c8d

Please sign in to comment.