Charlie,
Current search doesn’t support such NOT operator. Can you please file a JIRA, with details of the usecase? One of us can look into adding support for this. Thanks, Madhan From: Charlie Meyer <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, October 18, 2018 at 8:04 AM To: "[email protected]" <[email protected]> Subject: searching for entities without a given classification Hello, I am attempting to search for entities in Atlas of a given type that do not have a specific classification. I took a look at the grammar but it is not obvious how to construct the query that I am looking for. I tried doing: FROM myType WHERE NOT myType isa ClassificationIWantFiltered but that query led to a NullPointerException. Any advice is appreciated Thanks!
