Skip to content

Commit

Permalink
Allow more special characters
Browse files Browse the repository at this point in the history
- every character that isn't one needed for EQL syntax should be allowed
  • Loading branch information
cee-chen committed Oct 24, 2023
1 parent 79ef649 commit aac2e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search_bar/query/default_syntax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ word
wordChar
= alnum
/ [-_*:/]
/ [^:()"]
/ escapedChar
/ extendedGlyph
Expand Down

0 comments on commit aac2e06

Please sign in to comment.