Andreas Danckert created ATLAS-3782:
---------------------------------------
Summary: 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
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)