How can data tables search bar only return distinct values?

How can data tables search bar only return distinct values?

sm1l3ysm1l3y Posts: 24Questions: 7Answers: 0

For example if I search for large, xlarge is also returned...

Are there any examples to how I can have the data tables search box only return distinct results from what I search?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,569Questions: 26Answers: 4,996
    Answer ✓

    You can use a regular expression search like this example. Turn on regex and turn of smart search. You can use the word boundary \b to search for whole words.

    Kevin

  • sm1l3ysm1l3y Posts: 24Questions: 7Answers: 0
    edited February 2017

    Thanks a lot!

This discussion has been closed.