DataONEorg / collections-portals-schemas

Enabling project and data paper views via MetacatUI, Metacat, and EML
Apache License 2.0
3 stars 3 forks source link

Design search index for collections and projects #11

Closed laurenwalker closed 5 years ago

laurenwalker commented 6 years ago

Determine what fields need to be indexed How are these fields harvested from the collection and project schema Consider what kind of queries we want to send to the index Determine with web UI views will use the search index. The project search tab definitely will, but what about the projects page? Will the projects page use the search index to build the web UI or will it grab the project document directly and parse it client-side?

laurenwalker commented 5 years ago

See https://github.com/NCEAS/metacat/issues/1371 and https://github.com/NCEAS/metacat/issues/1350