ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System/Web - Use data view for searching/viewing in "my data" #562

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

The catalog tab now provides more advanced searching than in "my data". The current my data search is based on very complex and expensive graph traversals. This should be changed to the same approach that the catalog uses: an arangodb view. This will not only allow better searches, but will unify the query parsing code and improve search performance. Further more, when form-based metadata search is added, it will be available for both views.

Must consider if/how to support searches over projects, manual selections, and shared data.

dvstans commented 3 years ago

Duplicate