mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM Search sorting by up to 3 fields now implemented in UI and data webscript - still to be implemented at the fts-alfresco query level see MOB-1179
RM Search data webscript refactoring to remove obsolete code and adding sorting parameter RM Saved Searches list now retrieved by the RM Search UI git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15257 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -434,8 +434,8 @@ public class Search extends BaseScopableProcessorExtension
|
|||||||
* query: string, mandatory, in appropriate format and encoded for the given language
|
* query: string, mandatory, in appropriate format and encoded for the given language
|
||||||
* store: string, optional, defaults to 'workspace://SpacesStore'
|
* store: string, optional, defaults to 'workspace://SpacesStore'
|
||||||
* language: string, optional, one of: lucene, xpath, jcr-xpath, fts-alfresco - defaults to 'lucene'
|
* language: string, optional, one of: lucene, xpath, jcr-xpath, fts-alfresco - defaults to 'lucene'
|
||||||
* templates: [], optional, Array of query language template objects (see below)
|
* templates: [], optional, Array of query language template objects (see below) - if supported by the language
|
||||||
* sort: [], optional, Array of sort column objects (see below)
|
* sort: [], optional, Array of sort column objects (see below) - if supported by the language
|
||||||
* page: object optional, paging information object (see below) - if supported by the language
|
* page: object optional, paging information object (see below) - if supported by the language
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user