kukeiko / entity-space

MIT License
5 stars 1 forks source link

implement NamedCriteria.invert() #174

Closed kukeiko closed 2 years ago

kukeiko commented 2 years ago

What

implement NamedCriteria.invert()

Why

so we can have "createQueriesFromEntities()" in workspace. currently the workspace specs fail if i add "createQueriesFromEntities()" because it is not implemented.

update: we can actually just have NamedCriteria.invert() return false, and everything still works as expected, as we don't need that functionality yet.