Skip to main content

Searching

Searching will be integral part of most applications using Novorender. In the example below we demonstrate a few different search patterns where the resulting objects are isolated in the view.
Make sure to also check out the db.search() documentation.

Search By Path

Example of a Path search pattern where the isolated objects represent the results.


Fluffy search pattern that looks for terms beginning with "Roof" in all properties.


Exact search that only checks the property "ifcClass" and the exact value "ifcRoof".


Exact Search Excluding Results

Very similar to the Exact search pattern, but with exclude. All objects other than those located above will be returned.