Skip to content

Commit

Permalink
changing default search's parameters format
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Aug 29, 2019
1 parent 0b0a577 commit 836131e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions _user/quicksearches.json
@@ -1,18 +1,21 @@
{
"_default": {
"contact": null,
"datatype": "type:dataset",
"contacts": null,
"favorite": null,
"format": null,
"formats": null,
"geofilter": null,
"inspire": null,
"license": null,
"lang": "fr",
"licenses": null,
"ob": "relevance",
"od": "desc",
"operation": "intersects",
"owner": null,
"owners": null,
"page": 1,
"show": true,
"srs": null,
"text": "",
"url": "https://v1.api.isogeo.com/resources/search?q=type:dataset&_limit=0&_offset=0"
"types": "type:dataset",
"url": "https://api.isogeo.com/resources/search?q=type:dataset&ob=relevance&od=desc&_include=serviceLayers,layers&_limit=10&_offset=0&_lang=fr"
}
}

0 comments on commit 836131e

Please sign in to comment.