Certain search terms not working

Certain search terms not working

adamunifiedadamunified Posts: 2Questions: 0Answers: 0
edited April 2018 in Free community support

Hi,

I have an online software that uses Jquery DT for large lists of names and other information. Most of the time, the search function works perfectly, but in certain cases it does not.

I've created this example for reference, in it, searches for all names except "bello" reduce the table:

Here is the example

Thanks,
Adam

Replies

  • kthorngrenkthorngren Posts: 21,300Questions: 26Answers: 4,945
    edited April 2018

    There are names in your "Assigned" column that are matching the search. You can turn off searching for that column using columns.searchable, for example:
    columnDefs: [{targets: 6, searchable: false}],

    Kevin

  • adamunifiedadamunified Posts: 2Questions: 0Answers: 0

    Kevin,

    Thank you, that does appear to have solved the issue.

    Thanks,
    Adam

This discussion has been closed.