Posted by Kim
2016-01-06

Thanks so much for the help with the default search string. I'm still struggling with a URL alterable search string.

Is it possible to implement a muti-column sort (shift select) without too much difficulty?
Posted by Tom
2016-01-07

>I'm still struggling with a URL alterable search string.

If you are already logged in, you can set the search inpu box of First Name to "john" by putting the following URL in the address bar of the browser.
index.php?_sc=address/&sp:def:first_name=john
I assumed the name of the table is "address"

>Is it possible to implement a muti-column sort
It's possible but I think it requires extensive modification on the script.