bitovi / querystring-parser

MIT License
8 stars 5 forks source link

Support escape sequences in IBM-Style filter #16

Closed michael-dean-haynie closed 8 months ago

michael-dean-haynie commented 2 years ago

We should probably allow some way for (, ), and , characters to be usable IBM filter values. Example: filter=contains(textBody,'Haynie, Michael (Dean)')

ATM commas really mess up the parsing. Same for parens. Single and double quotes actually work fine :)

roy-coder commented 8 months ago

Moved to https://bitovi.atlassian.net/browse/HATCH-542.