smw/schema:Profile:Facetedsearch default profile: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Desfeita a edição 4331 de Jaider.ferreira (Discussão)) |
(testing) |
||
Linha 1: | Linha 1: | ||
{ |
{ |
||
"type": "FACETEDSEARCH_PROFILE_SCHEMA", |
"type": "FACETEDSEARCH_PROFILE_SCHEMA", |
||
"default_profile": "work_profile", |
|||
"profiles": { |
"profiles": { |
||
"default_profile": { |
"default_profile": { |
||
Linha 24: | Linha 25: | ||
}, |
}, |
||
"category_filter": { |
"category_filter": { |
||
"hierarchy_tree": |
"hierarchy_tree": false, |
||
"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": { |
|||
"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 das 14h19min 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": { "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" ] }