Skip to content

Commit

Permalink
changes in peggy without change in js
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-slonik committed Jan 29, 2025
1 parent 07c3348 commit daefef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/SearchParser/autocompleteParser.peggy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ filter = @(defaultFilter / freeTextFilter)
defaultFilter
= _ key:autocompleteKey _ op:operator _ value:identifier? {
if (!value) {
//heheheh
autocomplete = {
key,
value: '',
Expand Down

0 comments on commit daefef2

Please sign in to comment.