mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1069 Review live search sort order / sort type (sites and also people)
- Removal of parameter sortType - we are going to be using the POST_QUERY_SORT - Removal of tests using IN_QUERY_SORT except for the one to do with the default sort. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129253 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -67,7 +67,6 @@ public interface Queries
|
||||
static String PARAM_SITE_TITLE = "title";
|
||||
static String PARAM_SITE_DESCRIPTION = "description";
|
||||
static int MIN_TERM_LENGTH_SITES = 2;
|
||||
static String PARAM_SORT_TYPE = "sortType"; // TODO review
|
||||
|
||||
/**
|
||||
* Find Nodes
|
||||
|
Reference in New Issue
Block a user