[ https://issues.apache.org/jira/browse/ATLAS-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Madhan Neethiraj reassigned ATLAS-2082: --------------------------------------- Assignee: Madhan Neethiraj > Regression : Search using entity and trait attributes - Issue with > capitalized string filter attributes and boolean filters > --------------------------------------------------------------------------------------------------------------------------- > > Key: ATLAS-2082 > URL: https://issues.apache.org/jira/browse/ATLAS-2082 > Project: Atlas > Issue Type: Bug > Components: atlas-core > Affects Versions: 0.8.1-incubating > Reporter: Sharmadha Sainath > Assignee: Madhan Neethiraj > Priority: Critical > Fix For: 0.9-incubating, 0.8.1-incubating > > Attachments: ATLAS-2082.patch, BooleanAndCapsStringSearch.txt > > > When a search is applied with 2 filters : boolean and string and if string > filter has capitalized characters, Atlas throws 500 Internal server error. > Example POST body request : > {code} > { > "entityFilters":{ > "condition":"AND", > "criterion":[ > { > "attributeName":"isFile", > "operator":"=", > "attributeValue":"true" > }, > { > "attributeName":"owner", > "operator":"=", > "attributeValue":"Hrt_qa" > } > ] > }, > "tagFilters":null, > "attributes":[ > "isFile" > ], > "query":null, > "excludeDeletedEntities":true, > "limit":25, > "typeName":"hdfs_path", > "classification":null > } > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)