Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,15 +20,10 @@ 20 20 21 21 = For Developers = 22 22 23 -== ExtensiblesearchUI implementations==23 +== <developer feature N> == 24 24 25 - It is now possible to provideyour custom search UIimplementationthat will becomeavailablein thelistof searchenginesunder##Administration>Applications > Search##.25 +<description of developer feature N> 26 26 27 -To achieve this, we have declared the ##org.xwiki.platform.search## [[UI Extension>>extensions:Extension.UIExtension Module]] point ID that accepts 3 parameters: 28 -1. title - the text to display for your implementation in the search engine select 29 -1. admin - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin') 30 -1. search - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch') 31 - 32 32 == Deprecated and Retired projects == 33 33 34 34 <description of deprecated and retired projects> ... ... @@ -87,10 +87,8 @@ 87 87 88 88 == Issues specific to XWiki <version> == 89 89 90 - === Existing customsearchimplementations ===85 +<issues specific to the project> 91 91 92 -In case you were using a custom search implementation before this version which relied on previous naming and location conventions, you will need to make the necessary adjustments, meaning that you have to declare your implementation as an extension to the search application's extension point [[(see above)>>||anchor="HExtensiblesearchUIimplementations"]]. 93 - 94 94 == API Breakages == 95 95 96 96 The following APIs were modified since <project> <version - 1>: