Simple but very effective Feature Request: Additional CONTAINS filter operator
Currently: The contains filter operator seems to tokenize the search value which may be preferable sometimes but not always!!!
Example: CONTAINS lookup for "##value##" also matches for "%%value%%"
Solution: Add a new contains operator that only matches EXACT contains values without any tokenization/normalization of the lookup value.