Page 1 of 1

Find trigger

PostPosted: Thu Oct 20, 2011 2:35 am
by underwater
Is there a trigger that be called before the search. I want to change the value of some of the data.

Re: Find trigger

PostPosted: Thu Oct 20, 2011 9:29 am
by shannah
Are you wanting to change data before the search form is displayed, or before the search results are displayed. If the results, then just use beforeHandleRequest() in the application delegate class to change query parameters (since all requests technically have a search).

Re: Find trigger

PostPosted: Thu Oct 20, 2011 11:37 pm
by underwater
Thanks