Question
Query for Datatable using 'Like' constraint
Hello,
I am looking to use the QueryDataTableEntries snippet however, I want the input from the user to be searched as a 'Like' string instead of an exact case match. For example, if the user searches 'TC' I want results containing 'TC1', 'TC2', 'TC3', etc. to be returned. Using the default snippet only returns results if they are entered exactly.
Thank you,
Mike

