issues
search
CADBIMDeveloper
/
LMV-QL
Autodesk Platform Services (formerly Forge) viewer model query language and engine
https://www.npmjs.com/package/lmv-ql
MIT License
10
stars
2
forks
source link
"NOT" operator support
#23
Closed
CADBIMDeveloper
closed
1 year ago
CADBIMDeveloper
commented
1 year ago
Add
not(FilterExpr)
support.
Tasks:
[x] add new semantics to LMV-QL grammar
[x] enchance engine to support NOT operator
[x] update readme
Add
not(FilterExpr)
support.Tasks: