Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (313 - 315 of 2152)

Ticket Resolution Summary Owner Reporter
#954 fixed [super] API version 3 kindly rgrp

Reported by rgrp, 3 years ago.

Description

Child tickets:

  • #1107 Move package autocomplete from package controller and move to API
  • #1087 version and contact info api call

Move to a format that has a separate responseHeader and response.

A standard package response

{
  responseHeader: {
    status: 0,
  }    
  response: {package-dict}
}

On error:

{
  responseHeader: {
    status: {err-code},
    error: 'message'
  }    
  response: none
}

A search query

Based directly on solr.

{
  responseHeader: {
    status: 0,
  }    
  response: {
    numFound: 5,
    start: 0
    docs: [
    ]
  }
}

Issues

This is a breaking change for clients

References

#1523 invalid [super] icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Form refactor.

New create/edit package form wizard for DGU. See attached spec.

#1599 fixed [contrib] Simple embeddable dataset count widget (esp for group count) rgrp rgrp

Reported by rgrp, 2 years ago.

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.

  • Simple group count widget in JS for embedding in wordpress and elsewhere
    • Requested by several people (e.g Guo Xu from Econ working group). Already have something like this in CKAN JS for doing an embeddable search box.
  • All you need to do is do a dataset query over the API e.g. http://thedatahub.org/api/search/dataset?groups=economics and then embed in some html!

Estimate: 30m (for someone who knows their jquery).

Note: See TracQuery for help on using queries.