smw/schema:Profile:Facetedsearch default profile: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
{ |
{ |
||
"type": "FACETEDSEARCH_PROFILE_SCHEMA", |
"type": "FACETEDSEARCH_PROFILE_SCHEMA", |
||
"default_profile": "work_profile", |
|||
"profiles": { |
"profiles": { |
||
"default_profile": { |
"default_profile": { |
||
"message_key": "smw-facetedsearch-profile-label-default", |
"message_key": "smw-facetedsearch-profile-label-default", |
||
"debug_output": false, |
"debug_output": false, |
||
"theme": " |
"theme": "default-theme", |
||
"result": { |
"result": { |
||
"default_limit": 50, |
"default_limit": 50, |
||
Linha 27: | Linha 28: | ||
"filter_input": { |
"filter_input": { |
||
"min_item": 10 |
"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 |
|||
} |
} |
||
}, |
}, |
Edição atual tal como às 19h39min 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": { "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" ] }