You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you open the search menu for a catalogue, the page shows a form to select one or more collections. Screenshot:
The purpose of this menu is not very clear. I initially assumed this was a search filter, but from the source code, I think it's used to add search results to collections?
Some suggestions:
Add a clearer label, e.g. "add selected records to collections" instead of "choose collections".
Hide or disable the controls when the user has not entered query yet.
The text was updated successfully, but these errors were encountered:
Hiding the control before there are search results used to work before #178. This is a regression that I consciously allowed to happen, because the functionality was implemented in a brittle, stateful manner. Shall I prepare a PR with a suggested fix?
I don't think it's a priority at the moment, so unless it's a trivial change, I would suggest leaving this until we have the core functionality working.
When you open the search menu for a catalogue, the page shows a form to select one or more collections. Screenshot:
The purpose of this menu is not very clear. I initially assumed this was a search filter, but from the source code, I think it's used to add search results to collections?
Some suggestions:
The text was updated successfully, but these errors were encountered: