bluesky / bluesky-widgets

Components for graphical applications that interact with bluesky libraries
http://blueskyproject.io/bluesky-widgets
BSD 3-Clause "New" or "Revised" License
7 stars 23 forks source link

Refactor Search to separate component for searching runs and component for drilling into nested catalogs #62

Open danielballan opened 3 years ago

danielballan commented 3 years ago

The current implementation of the model Search could be described as:

Proposal:

danielballan commented 3 years ago

As part of this work, make it possible to pass custom search fields into Search and thread them down to SearchInput. Currently there is no way to do this.