I am implementing column searching on a table that does server side processing. When i add the text to the column it is only performing "case sensitive" searches.
dataTable.columns(0).search("1N");
dataTable.draw()
That only matches the specific case.