I want to use AJAX with my application, however I have one specific query that is a bit long and I do not want the search window to use AJAX on this specific page.
I created an event, "List Page before display"
[codebox]//** Custom code ****
// put your custom code here
$useAJAX = false;
$suggestAllContent = false;[/codebox]
However, this is not working....
- how could I accomplish this?
- how could I change the search box to default to a specific search, rather than search all fields that contains _____?
Thanks
Greg