Sharmadha Sainath created ATLAS-1922: ----------------------------------------
Summary: Search using entity and trait attributes - On applying contains/ends with/begins with filter on a string with '/' (forward slash) in it, search results are empty. Key: ATLAS-1922 URL: https://issues.apache.org/jira/browse/ATLAS-1922 Project: Atlas Issue Type: Bug Components: atlas-core Affects Versions: 0.9-incubating Reporter: Sharmadha Sainath Fix For: 0.9-incubating Created a hive_table employee. The hive_storagedesc for the table had the location value "hdfs://localhost:8020/apps/hive/warehouse/employee" . Selected type as hive_storagedesc , and applied filter {code} Location = hdfs\://localhost:\8020/apps/hive/warehouse/employee {code} which listed the storage descriptor of employee table Selected type as hive_storagedesc and applied "contains" filter {code} Location contains /apps/hive/warehouse/employee {code} The above query didn't fetch any result .The same applies for ends with , begins with operators. Hence "/" works with "=" operator but not with others. Application logs for the search with contains operator: {code} Converted query string with 3 replacements: [v."__typeName": (hive_storagedesc) AND ( v."hive_storagedesc.location": (*/apps/hive/warehouse/employee*) ) AND v."__state":ACTIVE] => [iyt_t: (hive_storagedesc) AND ( 9hc5_t: (*/apps/hive/warehouse/employee*) ) AND b2d_t:ACTIVE] (IndexSerializer:648) {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)