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 :)
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 :)