Changes for page Release Notes for XWiki 5.4 Release Candidate 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +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 === ... ... @@ -44,7 +44,7 @@ 44 44 * In the Activity Stream, the name of the wiki where the event has happened is displayed now, if the event concerns an other wiki than the current one. 45 45 [[{{image reference="activity.png" width="35%"/}}>>attach:activity.png]] 46 46 47 -See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22 <version>%22&tempMax=1000]] fixed in this release.76 +See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%225.4-rc-1%22&tempMax=1000]] fixed in this release. 48 48 49 49 = For Developers = 50 50