-
Task
-
Resolution: Not an Issue
-
P4
-
None
-
17, 18
-
generic
-
generic
The implementation of the javadoc search feature is currently heavily intertwined with jquery and jquery-ui code which is used to render the search results. For JDK-8248863 we want to use search functionality in a dedicated search page that displays search result in the page body instead of a popup menu. In order to do this we need to separate the search implementation from the jquery-ui code.