[
https://issues.apache.org/jira/browse/ATLAS-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinal updated ATLAS-3782:
-------------------------
Labels: BasicSearch (was: )
> Support NOT_CONTAINS operator in basic search with search parameters
> --------------------------------------------------------------------
>
> Key: ATLAS-3782
> URL: https://issues.apache.org/jira/browse/ATLAS-3782
> Project: Atlas
> Issue Type: New Feature
> Components: atlas-core
> Affects Versions: 2.0.0
> Reporter: Andreas Danckert
> Priority: Minor
> Labels: BasicSearch
>
> The operator 'SearchParameters.Operator.NOT_CONTAINS' is defined and
> implemented in SearchProcessors. It would allow a search of entities that do
> not contain in given string in a specified attribute (eg exclude entities
> from search that contain 'temp' in the qualified name).
> However, this operator is currently ignored when used in REST calls and thus
> not effective. Presumably the reason for this behaviour is that the operator
> is not listed as case value in any of the switch statements on the search
> operator in SearchProcessor.java.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)