-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Add quick filter to collections / browse #958
Comments
In the meantime, I've developed a plugin that is adding this feature, and other ones, to Collections: https://omeka.org/classic/plugins/CollectionsPlus/ I still think it might be a good idea to add those features to the core, as more and more users seem to have large amount of Collections in their repositories. |
Can you remind me: we talked about your plugin a little before, and I recall that you needed to add a query/SQL filter to do some of what you wanted to for "quick filtering." What was that filter you had to add? |
I wanted to add an option that allows to filter only empty Collections. I've been using this code to implement it:
Of course, as you pointed out, a change in the core would be easier and shorter, with an extra case for the existing switch. |
Hello.
It would be useful to have a quick filter function also for the collections / browse page. I guess #900 could address the issue.
Hope this helps.
The text was updated successfully, but these errors were encountered: