Character escaping

Issue #22 new
Former user created an issue

When searching for a value containing a ( or ) this doesn't work.

e.g. ?value=startsWith(test() ?value=startsWith(test%28) ?value=contains(test%28something%29) ?value=contains(test\x28something\x29) ?value=contains(test%5cx28something%5cx29) ?value=contains(test%2528something%2529)

Escaping the character ( by %28 or \x28 doesn't work.

Am i missing something?

Comments (1)

  1. Log in to comment