Sharmadha Sainath created ATLAS-2091:
----------------------------------------
Summary: Search using entity and trait attributes - "#" in string
attribute filter doesn't fetch results
Key: ATLAS-2091
URL: https://issues.apache.org/jira/browse/ATLAS-2091
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 0.9-incubating
Reporter: Sharmadha Sainath
1. Created an hdfs_path entity with owner name = "user#3"
2. Fired basic search with type name = hdfs_path and filter - owner = user#3.
hdfs_path entity was returned.
3. Fired basic search with type name = hdfs_path and filter - owner contains
user#3. No entity is returned.
Other than "=" , operators like != , contains , ends_with , begins_with are not
fetching expected results due to # in search filter key.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)