From b43fbc0ace5e31b105b1082ae250dfb3bc056e9e Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 31 Jan 2021 16:14:36 +0900 Subject: [PATCH] Use DISTINCT instead of GROUP BY in extra vars query #1592 --- modules/document/queries/getDocumentListExtraSort.xml | 5 +---- modules/document/queries/getDocumentListWithExtraVars.xml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/document/queries/getDocumentListExtraSort.xml b/modules/document/queries/getDocumentListExtraSort.xml index 300270b2c..6e22df49a 100644 --- a/modules/document/queries/getDocumentListExtraSort.xml +++ b/modules/document/queries/getDocumentListExtraSort.xml @@ -3,7 +3,7 @@
- + @@ -48,9 +48,6 @@ - - - diff --git a/modules/document/queries/getDocumentListWithExtraVars.xml b/modules/document/queries/getDocumentListWithExtraVars.xml index db2342f15..0257435ef 100644 --- a/modules/document/queries/getDocumentListWithExtraVars.xml +++ b/modules/document/queries/getDocumentListWithExtraVars.xml @@ -4,7 +4,7 @@
- + @@ -45,9 +45,6 @@ - - -