I am having trouble getting the search field to work when using server side pagination on a simple query where there is no CONCAT in the query.
Here is the query:
SELECT `Item Code` as 'Item Number', ` Description`
FROM repinventory
WHERE 1
There are no column settings at all (formats/alias etc)
You can see the page here:
logochairs.com/product-lines/what-do-you-make
Simply search for something you see in the data. It returns no data.
Please advise the correct procedure to make the search field work with SSP.
Thank you!