smw/schema:Profile:Facetedsearch default profile: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(testing) |
Sem resumo de edição |
||
Linha 40: | Linha 40: | ||
}, |
}, |
||
"work_profile": { |
"work_profile": { |
||
"exploration": { |
|||
"query_list": { |
|||
"npa_query": { |
|||
"query": "[[Category:Obra]]", |
|||
"label": "Obras cadastradas", |
|||
"description": "Consulta geral sobre obras cadastradas." |
|||
} |
|||
} |
|||
}, |
|||
"message_key": "smw-facetedsearch-profile-label-work", |
"message_key": "smw-facetedsearch-profile-label-work", |
||
"debug_output": false, |
"debug_output": false, |
Edição das 15h03min de 29 de maio de 2024
FACETEDSEARCH_PROFILE_SCHEMA
Este tipo de esquema suporta a definição de perfis usados como parte do ambiente da Busca facetada
{ "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": { "npa_query": { "query": "[[Category:Obra]]", "label": "Obras cadastradas", "description": "Consulta geral sobre obras 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" ] }