Skip to content
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

Add tag filters for range and collection #807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaguillette
Copy link
Contributor

I took the filters from the Items Table model and adapted them for use in the Tag Table model. I've tested it on my own Omeka instances, and it successfully filters using range and collection parameters on both the items/tags page and the admin/tags page. This allows for the generation of tag clouds for Items within a given Collection by adding &collection=id to the GET parameters, or within a given range of Item IDs with range=1,3,5-7 or similar.

I took the filters from the Items Table model and adapted them for use in the Tag Table model. I've tested it on my own Omeka instances, and it successfully filters using range and collection parameters on both the `items/tags` page and the `admin/tags` page. This allows for the generation of tag clouds for Items within a given Collection by adding `&collection=id` to the GET parameters, or within a given range of Item IDs with `range=1,3,5-7` or similar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant