smw/schema:Profile:Facetedsearch default profile

De Wikincat
Ir para navegação Ir para pesquisar
FACETEDSEARCH_PROFILE_SCHEMA
This schema type supports the definition of profiles used as part of the Faceted search environment.
A requisição está sendo processada e pode levar algum tempo. Preparando ...
{ "type": "FACETEDSEARCH_PROFILE_SCHEMA", "default_profile": "work_profile", "profiles": { "default_profile": { "message_key": "smw-facetedsearch-profile-label-default", "debug_output": false, "theme": "default-theme", "result": { "default_limit": 50, "paging_limit": [ 10, 20, 50, 250, 500 ] }, "filters": { "property_filter": { "hierarchy_tree": false, "filter_input": { "min_item": 10 } }, "category_filter": { "hierarchy_tree": false, "filter_input": { "min_item": 10 } }, "value_filter": { "default_filter": "list_filter", "condition_field": false, "filter_input": { "min_item": 10 } } } }, "work_profile": { "exploration": { "query_list": { "work_query": { "query": "[[Category:Obra]]", "label": "Obras", "description": "Consulta geral sobre obras cadastradas." }, "book_query": { "query": "[[Category:Livro]]", "label": "Livros", "description": "Consulta geral sobre livros cadastradas." }, "dissertation_query": { "query": "[[Category:Tese||Dissertação]]", "label": "Teses e dissertações", "description": "Consulta geral sobre teses e dissertações cadastradas." } } }, "message_key": "smw-facetedsearch-profile-label-work", "debug_output": false, "theme": "default-theme", "result": { "default_limit": 50, "paging_limit": [ 20, 50, 100 ] }, "filters": { "property_filter": { "hierarchy_tree": true, "filter_input": { "min_item": 1 } }, "category_filter": { "hierarchy_tree": true, "filter_input": { "min_item": 1 } }, "value_filter": { "default_filter": "list_filter", "condition_field": false, "filter_input": { "min_item": 10 } } } } }, "tags": [ "faceted search" ] }