mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Search-679, added unit test to support the fix
This commit is contained in:
+5
-1
@@ -1926,7 +1926,11 @@ public class AlfrescoFTSQParserPluginTest extends LoadAFTSTestData implements Qu
|
||||
null,
|
||||
16,
|
||||
new Integer[] { 3, 13, 4, 14, 11, 7, 8, 2, 10, 15, 5, 6, 16, 12, 9, 1 });
|
||||
|
||||
assertAQueryIsSorted("-eager or -dog",
|
||||
"cm_name desc",
|
||||
null,
|
||||
16,
|
||||
new Integer[] { 3, 13, 4, 14, 11, 7, 8, 2, 10, 15, 5, 6, 16, 12, 9, 1 });
|
||||
assertAQueryIsSorted("-eager or -dog",
|
||||
"@name asc",
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user