You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the { singleQuoteReplacement: "&" } option the search term one' or 'one
…produces the invalid syntax:
one&
…I think the rule is too simplistic here?
The text was updated successfully, but these errors were encountered:
tommoor
changed the title
Ending query in ' character produces invalid syntax
Ending or starting query in ' character produces invalid syntax
Dec 4, 2022
With the
{ singleQuoteReplacement: "&" }
option the search termone'
or'one
…produces the invalid syntax:
one&
…I think the rule is too simplistic here?
The text was updated successfully, but these errors were encountered: