[ADF-3435][ADF-3436] fix schema json (#3688)

* fix schema json

* fix description

* update search config from documentation
This commit is contained in:
Suzana Dirla
2018-08-10 18:22:36 +03:00
committed by Eugenio Romano
parent 10c2115231
commit 3ac9ce4cca
2 changed files with 47 additions and 33 deletions

View File

@@ -61,12 +61,15 @@ A typical configuration is shown below:
{ "query": "TYPE:'cm:folder' OR TYPE:'cm:content'" },
{ "query": "NOT cm:creator:System" }
],
"facetFields": [
"facetFields": {
"expanded": true,
"fields": [
{ "field": "content.mimetype", "mincount": 1, "label": "Type" },
{ "field": "content.size", "mincount": 1, "label": "Size" },
{ "field": "creator", "mincount": 1, "label": "Creator" },
{ "field": "modifier", "mincount": 1, "label": "Modifier" }
],
]
},
"facetQueries": {
"label": "My facet queries",
"pageSize": 4,