Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query with property conditions for entities that do not have property sets assigned #1278

Open
hlg opened this issue Oct 20, 2022 · 0 comments

Comments

@hlg
Copy link
Member

hlg commented Oct 20, 2022

Queries with property conditions will ignore the condition for entities that do not have these property sets assigned. I don't think that is the semantics we want - not 100% sure though.

For example, the following query will include walls without property sets in the result:

{
  "type": {
    "name": "IfcWall",
    "includeAllSubTypes": true
  },
  "properties": {
    "Pset_WallCommon": {
      "IsExternal": false
    }
  }
}
@hlg hlg changed the title Query with property conditions for objects that do not have property sets assigned Query with property conditions for entities that do not have property sets assigned Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant