Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (607 - 609 of 2152)

Ticket Resolution Summary Owner Reporter
#1586 duplicate 'Sort by' field for package search toby dread

Reported by dread, 2 years ago.

Description

We default to sort packages search results by "search rank", but we can change it to be "name", "title", "metadata_modified" date, "metadata_created" date. It works in the API now, so let's have (say) a drop-down in the Web UI for this.

Follows on from #191.

#1591 fixed Upgrade CKAN 1.5 instances icmurray dread

Reported by dread, 2 years ago.

Description

CKAN 1.5 installations need to be upgrade to 1.5.1.

Working methodically through the CKANs on http://datacatalogs.org/group/ckan :

At 1.5:

Other versions:

Now deleted from datacatalogs.org:

#1597 fixed Tag search - filter by group dread

Reported by dread, 2 years ago.

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.

Note: See TracQuery for help on using queries.