[ 
https://issues.apache.org/jira/browse/ATLAS-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17164400#comment-17164400
 ] 

ASF subversion and git services commented on ATLAS-3782:
--------------------------------------------------------

Commit 9a067d38e27fc2255647133373b952a6a64ed1a4 in atlas's branch 
refs/heads/master from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9a067d3 ]

ATLAS-3782 : Support NOT_CONTAINS operator in basic search

Signed-off-by: nixonrodrigues <ni...@apache.org>


> 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
>            Assignee: Pinal
>            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)

Reply via email to