Last modified by Thomas Mortagne on 2023/10/13

<
From version < 41.1 >
edited by Marius Dumitru Florea
on 2014/01/27
To version < 42.1 >
edited by Marius Dumitru Florea
on 2014/01/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  The search facets now support multiple selection. Moreover, selecting a facet value doesn't hide the rest of the values of that facet. You can still see the number of results matching that value. We also decided to display a facet even when it has only one value, so that the user understands that all the results have that value for the specified facet. The facet selection is now preserved when you perform a new search. You can reset the current facets from the header of the facet pane if you want.
16 16  
17 -{{image reference="searchFacetMultipleSelection.png" /}}
17 +{{image reference="searchFacetMultipleSelection.png"/}}
18 18  
19 19  === Advanced Search Options Removed ===
20 20  
... ... @@ -45,7 +45,7 @@
45 45  
46 46  You can enable search debug mode by adding ##&debug=true## to the search URL query string. See the [[Solr Search Application>>extensions:Extension.Solr Search Application]] for more details.
47 47  
48 -{{image reference="searchDebug.png" width="400" /}}
48 +{{image reference="searchDebug.png" width="400"/}}
49 49  
50 50  == Distribution Wizard improvements ==
51 51  
... ... @@ -123,6 +123,11 @@
123 123  * Introduced ##org.xwiki.observation.AbstractEventListener##
124 124  * New model API and script service API to create a tree from a list of entity references. See [[Model Module>>extensions:Extension.Model Module]] for more details
125 125  * [[New option in the XAR plugin's ##format## mojo to add missing license headers>>dev:Community.XARPlugin||anchor="HFormatMojo"]]
126 +* If you want to restrict the list of wikis that are searchable by default with Solr from the main wiki then you can define the following Velocity variable in a page that includes ##Main.SolrSearch##:(((
127 +{{code language="none"}}
128 +#set ($wikisSearchableFromMainWiki = ["xwiki", "platform", "enterprise", ..., "commons", "rendering"])
129 +{{/code}}
130 +)))
126 126  
127 127  = Translations =
128 128  

Get Connected