Open danielballan opened 3 years ago
The current implementation of the model Search could be described as:
Search
RunSearch
Proposal:
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.
fields
SearchInput
The current implementation of the model
Search
could be described as:Search
IS a model for drilling down into nested catalogs.Search
HAS a model for searching catalogs of runs (RunSearch
).Proposal:
RunSearch
a separately useful component. It's only part of the way there at present.