Custom Query (2152 matches)
Results (1441 - 1443 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1595 | wontfix | Editing of a Group leads to recording a change against all associated datasets | kindly | rgrp |
Description |
Or at least it appears that way from revision log which displays all Group datasets against the changelog, see http://thedatahub.org/revision/4cdeeb42-3281-4f53-a29d-c694e1fd9217 -- not apparent from that page but see my user page: http://thedatahub.org/user/rufuspollock This may turn out to be a UX bug rather than a real bug ... Assigning to kindly for review and comment. |
|||
#1597 | fixed | Tag search - filter by group | dread | |
Description |
I want to browse tags, but filtered for a particular group. Currently our tag API doesn't allow for filtering by group. This is important for improving groups as communities within a site #1521. It would be easy to do this by adding an option to filter by a group. BUT are there any other use cases that would warrant a more complete faceted tag search? -- BTW I can currently draw a tag cloud for a group - I can get the top tags used in a group like this: curl http://thedatahub.org/api/action/package_search -d '{"q":"groups:country-ca", "facet.field":"tags", "rows":"0"}' but it only contains the top 20 tags. |
|||
#1599 | fixed | [contrib] Simple embeddable dataset count widget (esp for group count) | rgrp | rgrp |
Description |
Simple embeddable widget for use on 3rd party sites showing dataset counts for a given search query. Have a specific version just for groups.
Estimate: 30m (for someone who knows their jquery). |