Last modified by Thomas Mortagne on 2023/10/13

From version 35.2
edited by Manuel Smeria
on 2014/01/27
Change comment: There is no comment for this version
To version 38.1
edited by Marius Dumitru Florea
on 2014/01/27
Change comment: Upload new image searchFileSizeFacet.png

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.mflorea
Content
... ... @@ -10,6 +10,35 @@
10 10  
11 11  [[Full list of issues fixed and Dashboard for XWiki 5.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11990]].
12 12  
13 +== Solr Search Improvements ==
14 +
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 +
17 +=== Advanced Search Options Removed ===
18 +
19 +We decided to remove the Advanced Search Options (i.e. the search filters) because they weren't visible enough (you had to notice the arrow at the end of the search input) and, most importantly, because most of these options were duplicated by search facets, creating confusion. We integrated into the facet column the filters that were not already present there. The query boost option is no longer available but you can achieve the same thing from the query input and we'll add later a query boost configuration in the search administration section.
20 +
21 +Following this change, we aligned the search input to the left. The reason it was centered before is because we didn't want the advanced search pane to hide the start of the first search results.
22 +
23 +The Result Type facet has the document type selected by default. This is consistent with the old Result Type filter from the Advanced Search Options which was set to include by default only documents in the search results.
24 +
25 +=== Improved File Type Facet ===
26 +
27 +The File Type facet filters results based on the attachment file type. E.g. "documents that have attached images", "text attachments". File types are grouped by category. You can select both an entire category and a specific file type. Categories can be expanded and collapsed.
28 +
29 +{{image reference="searchFileTypeFacet.png"/}}
30 +
31 +=== Improved File Size Facet ===
32 +
33 +The File Size facet lets you filter the results based on the size (in bytes) of the attachments. You can new choose between 4 ranges:
34 +
35 +* tiny (less than 10KB)
36 +* small (between 10KB and 500KB)
37 +* medium (between 500KB and 5MB)
38 +* large (more than 5MB)
39 +
40 +{{image reference="searchFileSizeFacet.png"/}}
41 +
13 13  == Distribution Wizard improvements ==
14 14  
15 15  === No ##Upgrade Mode## anymore ===
searchFileSizeFacet.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +7.0 KB
Content
searchFileTypeFacet.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +12.4 KB
Content

Get Connected