Test Instance – This MediaWiki installation is a test environment. It is intended for:
- Development and debugging.
- Experimentation with new features.
- Testing configurations.
Content on this site may be incomplete, provisional, or subject to frequent changes. Do not rely on it for production or official reference. For the live, production wiki, please visit the appropriate site.
smw/schema:Profile:Facetedsearch default profile
FACETEDSEARCH_PROFILE_SCHEMA
This schema type supports the definition of profiles used as part of the Faceted search environment.
{ "type": "FACETEDSEARCH_PROFILE_SCHEMA", "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 } } } } }, "tags": [ "faceted search" ] }