Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created April 7, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbellmann/59234c29cbbf1b5596c2 to your computer and use it in GitHub Desktop.
Save gbellmann/59234c29cbbf1b5596c2 to your computer and use it in GitHub Desktop.
{
"name": "miindicedesearch",
"fields": [{
"name": "id",
"type": "Edm.String",
"key": true,
"searchable": false
}, {
"name": "descripcion",
"type": "Edm.String",
"filterable": false,
"sortable": false,
"facetable": false,
"suggestions": true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment