I'm new to jqGrid. I'm trying to implement multiple search. As far as I can see, jqGrid can generate a string that I can put in the WHERE clause of my SQL statement for the search to take place. I can see that generated string when I specify
showQuery: true
in the search options. However I don't know how can I send this string to my php script on server. Is that possible?