Exact match using select menus

Exact match using select menus

DutchSpeedDutchSpeed Posts: 5Questions: 0Answers: 0
edited May 2013 in General
I want to do a exact match with multi filter select (using select menus). This is what I've tried:
[code] "aoColumns": [
null,
null,
null,
null,
null,
{ "sType": "file-size" },
{ bRegex: false, bSmart: false },
null
][/code]

As you can see, the column number is 7 where I want to do a exact match.

For a live example, see here:
http://www.datatables.net/examples/api/multi_filter_select.html

Try select the hyphen character (-), then it also matches:
[code]Win 95+ / Mac OS 8.6-9.2
Mac OS 8-9
Mac OS 7.6-9
Mac OS 8-X
[/code]

I want to only match - and not the other ones. Is this possible?

Thanks in advance.

Replies

  • AlwaysupAlwaysup Posts: 1Questions: 0Answers: 0
    I want to do the same thing using select menus. So I want to do a exact match and not a match that conatins words before or after the phrase.

    Is this possible?
This discussion has been closed.