smw/schema:Profile:Facetedsearch default profile

From Jcastle.info
Revision as of 21:38, 15 November 2024 by Eric (talk | contribs)
FACETEDSEARCH_PROFILE_SCHEMA
This schema type supports the definition of profiles used as part of the Faceted search environment.
The request is being processed and may take a moment. Preparing...
{ "type": "FACETEDSEARCH_PROFILE_SCHEMA", "profiles": { "castle_profile": { "filters": { "category_filter": { "hierarchy_tree": true } }, "search": { "extra_fields": { "default_collapsed": true, "field_list": { "x_field": { "label": "x-label", "message_key": "smw-...", "field_type": "", "property": "", "autocomplete": false } } } }, "exploration": { "query_list": { "npa_query": { "query": "[[Category:Castles]]", "label": "Castles", "description": "Example query showing information about Castles" } } } }, "default_profile": { "message_key": "smw-facetedsearch-profile-label-default", "debug_output": false, "theme": "default-theme", "result": { "default_limit": 3000, "paging_limit": [ 10, 20, 50, 250, 500 ] }, "filters": { "property_filter": { "hierarchy_tree": false, "filter_input": { "min_item": 3 } }, "category_filter": { "hierarchy_tree": false, "filter_input": { "min_item": 3 } }, "value_filter": { "default_filter": "list_filter", "condition_field": false, "filter_input": { "min_item": 3 } } } } }, "tags": [ "faceted search" ] }