I was initially using client-side processing and had implemented the Search API mentioned in the following link :
https://datatables.net/examples/api/regex.html
The search filters for each column worked fine back then.
Now I have switched to server-side processing. But now the search-api doesn't seems to work.
Currently I'm fetching data from SQL DB. While searching through the seach-api filters the data remains unaffected.
The default Search box is working fine.
Is there any way to solve this issue?