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
I tried parsing
query="and(eq(streetSuffix,/))"
using new RQLParser().parse(query);
it results in "and(eq(streetSuffix,[]))"
I tried "and(eq(streetSuffix,\/))" but
it results in and(eq(streetSuffix,()))
Can anyone help me escaping the forward slash (/) ??
The text was updated successfully, but these errors were encountered:
I tried parsing
query="and(eq(streetSuffix,/))"
using new RQLParser().parse(query);
it results in "and(eq(streetSuffix,[]))"
I tried "and(eq(streetSuffix,\/))" but
it results in and(eq(streetSuffix,()))
Can anyone help me escaping the forward slash (/) ??
The text was updated successfully, but these errors were encountered: