Last modified by Thomas Mortagne on 2017/03/24

From version 1.1
edited by Eduard Moraru
on 2013/01/30
Change comment: There is no comment for this version
To version 1.2
edited by Eduard Moraru
on 2013/01/30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,10 +20,15 @@
20 20  
21 21  = For Developers =
22 22  
23 -== <developer feature N> ==
23 +== Extensible search UI implementations ==
24 24  
25 -<description of developer feature N>
25 +It is now possible to provide your custom search UI implementation that will become available in the list of search engines under ##Administration > Applications > Search##.
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 +
27 27  == Deprecated and Retired projects ==
28 28  
29 29  <description of deprecated and retired projects>
... ... @@ -82,8 +82,10 @@
82 82  
83 83  == Issues specific to XWiki <version> ==
84 84  
85 -<issues specific to the project>
90 +=== Existing custom search implementations ===
86 86  
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 +
87 87  == API Breakages ==
88 88  
89 89  The following APIs were modified since <project> <version - 1>:

Get Connected