diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd index aa6a0239f55..3abed5e53be 100755 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd @@ -18289,6 +18289,7 @@ + @@ -18352,6 +18353,41 @@ + + + + Specifies whether "distinct" option should be used in database searches. + + + + + + + Automatic use of distinct option. The code would use distinct option + in case that the query suggest that there is possibility of search + result duplication. + Note: use of "distinct" option will produce cleaner (not duplicated) + search results. But its use may have performance impact. + + + + + + + + + + Disable use of "distinct" option. The option would never be used, + even if there is a risk of search result duplication. + + + + + + + + +