Find trigger
Archived from the Xataface Developers forum.
underwater — Thu Oct 20, 2011 2:35 am
Is there a trigger that be called before the search. I want to change the value of some of the data.
shannah — Thu Oct 20, 2011 9:29 am
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).
underwater — Thu Oct 20, 2011 11:37 pm
Thanks