Interesting thing..
Quickly, you have afaik 2 options:
1) Wrap the standard SearchResultModel and override the method
[code]
public String getQueryStr() {
return MgnlContext.getParameter("queryStr");
}
[/code]
2) Read your Tomcat access log file, search for a regex like ?queryStr=*
I'd rather go with 1, it is easier.
M.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=2a320e9b-3e9b-4e9f-acf9-088c65cd45c9
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------