Skip to content

Instantly share code, notes, and snippets.

@soloman1124
Created April 7, 2014 05:38
Show Gist options
  • Select an option

  • Save soloman1124/10015306 to your computer and use it in GitHub Desktop.

Select an option

Save soloman1124/10015306 to your computer and use it in GitHub Desktop.
Search Faceting
// http://supporter.dev/api/v2/search/charities?facets=causes
{
"charities":[
{
"id":1178,
"name":"Barton-Turcotte",
"slug":"slug-6",
"country_code":"au",
"description":"Watsica, Lesch and Renner",
"logo_url":null,
"url":"http://localhost:3000/charity/view?charity=6",
"active":true,
"campaign_uids":[
],
"kyc_status":"passed",
"claimed":true,
"tax_number":null,
"postal_code":null,
"locality":null,
"region":null,
"image_url":{
},
"address":"",
"causes":[
{
"id":98,
"key":"cause_three"
}
],
"_score":1.331329,
"_type":"charity",
"_sort":null
}
],
"meta":{
"facets":{
"causes":{
"_type":"terms",
"missing":0,
"total":3,
"other":0,
"terms":[
{
"term":"cause_two",
"count":1
},
{
"term":"cause_three",
"count":1
},
{
"term":"cause_one",
"count":1
}
]
}
},
"pagination":null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment