Kitware / clique

Graph editor library/application
Apache License 2.0
10 stars 6 forks source link

Generalized search #91

Closed waxlamp closed 9 years ago

waxlamp commented 9 years ago

This implements a simple search language for creating more advanced queries against multiple metadata fields, etc.

To find nodes with a label of "foo" OR a filename of "bar", you can use a search query string like:

label == "foo" | filename == "bar"