Include space in filter string
Include space in filter string
88mpg
Posts: 3Questions: 0Answers: 0
I have an alphanumeric column with strings like "1, 2, 2". When I type "1, 2, 2" in the search, it seems to be returning all cells with "1," and "2,". What can I do so the search returns only "1, 2, 2"?
This discussion has been closed.
Replies
[code]"oSearch": { "bSmart": false, "bRegex": true }[/code]