-
Type:
Task
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 17, 18
-
Component/s: tools
-
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.