Last modified by Thomas Mortagne on 2023/10/13

<
From version < 39.2 >
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  
... ... @@ -41,6 +41,12 @@
41 41  
42 42  {{image reference="searchFileSizeFacet.png"/}}
43 43  
44 +=== Debug Mode ===
45 +
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 +
48 +{{image reference="searchDebug.png" width="400"/}}
49 +
44 44  == Distribution Wizard improvements ==
45 45  
46 46  === No ##Upgrade Mode## anymore ===
... ... @@ -117,6 +117,11 @@
117 117  * Introduced ##org.xwiki.observation.AbstractEventListener##
118 118  * 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
119 119  * [[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 +)))
120 120  
121 121  = Translations =
122 122  
searchDebug.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +267.8 KB
Content

Get Connected