Trrack / trrackjs

A library for history/provenance tracking in web-based visualizations.
https://apps.vdl.sci.utah.edu/trrack
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Implement search API #68

Open NateLanza opened 4 months ago

NateLanza commented 4 months ago

Function which takes a search term and metadata keys to search and returns a list of all nodes or node IDs whose keys match the search terms. This will be paired with a search bar and updates to trrackvis in a separate issue there.

Groups and annotations should also be searchable.