Skip to main content

URL Search

Do Advanced Searches Using URLs

S
Written by Support
Updated this week

In Novorender you have the possibility to do advanced searches using the URL. This provides benefits such as using it inside PowerBI dashboards and much more!

Options

  • selectionOnly=0

    • Everything else is also visible

    • Searched object(s) highlighted

  • selectionOnly=1

    • Everything else is semi transparent

    • Searched object(s) highlighted

  • selectionOnly=2

    • Everything else is fully transparent

    • Searched object(s) highlighted

  • selectionOnly=3

    • Everything else is fully transparent

    • Searched object(s) highlighted

  • Exact=true

    • Exact search

  • Exact=false

    • Values containing the search word

  • closeWidgets=true

    • Will keep relevant widgets open

  • closeWidgets=false

    • Will keep relevant widgets closed

Single value search

  • ?search={"property":"NBF-OCL_Mast/Mast_no","value":"470-16","exact":true}&selectionOnly=3

Multiple attribute types with AND/OR

For an OR search the value should be an array

  • ?search=[{"property":"NBF-OCL_Mast/Mast_no","value":["470-16", "470-21"],",exact":true}]&selectionOnly=2

For an AND search, add an additional search pattern

  • ?search=[{"property":"NBF-ID/ID_Fase","value":"F30.11","exact":true},{"property":"NBF-ID/ID_Objekt-NR","value":"470-27","exact":true}]&selectionOnly=3

PowerBI

Below is a video demonstrating the concept together with PowerBI, in the same view.

Did this answer your question?