Using WDK, I have extended Search60 - onShowResults to audit a search, and have managed to audit the basic search by calling the function
this.getSearchInfo().getQueryDescription()
However - I need to be able to record all the search details from an advanced search, and am looking for a way to do this.
One possibility would be to store the DQL that was run.
Is there any way to obtain the DQL of an advanced search, or does anyone else have any recomendations?
Thanks
Tim Walpole