Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Search does not work once you have taken some action in the tool
GENERAL
TESTING
GENERAL
TESTING
Description
Go the wiki tool. Click on any of the links, such as "View." Then type some text in the Search box and hit enter. The search does nothing. It appears that you can only search if it is the first thing you do after you refresh the tool. Once you take some other action, the search becomes unresponsive.
https://sakaiproject.atlassian.net/browse/SAK-16907#icft=SAK-16907 resolves this issue by making a check on action in Execute method of RwikiServlet.java. In this patch, it does a similar check before getting the targetUrl, which would be a better thing to do. I think only a check on action is sufficient to get the search working. Committed- r76484
FWIW, we have been running this patch at Indiana on our 2.6 instance since June 2009. I'm not a wiki developer, so I'm assigning to automatic for next steps.
Former user April 15, 2010 at 10:14 AM
Thanks Marty, hope the new project is going well
I've confirmed the patch works on WebSphere, connected to a DB2 db, using 2-6-x, rev. 76231, today 04/15/10, on a local test machine. Not sure if this resolves the ticket so reassigning back for last steps to be done.
Go the wiki tool. Click on any of the links, such as "View." Then type some text in the Search box and hit enter. The search does nothing. It appears that you can only search if it is the first thing you do after you refresh the tool. Once you take some other action, the search becomes unresponsive.