Database changes have finished applying - please report any issues you're (still) seeing to support@shoutwiki.com.
smw/schema:Profile:Facetedsearch default profile
From Eureka Wiki
Jump to navigation
Jump to search
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" ] }
... more about "Profile:Facetedsearch default profile"
Schema definition"Schema definition" is a predefined property that stores the schema content and is provided by Semantic MediaWiki.
{
"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" ]}
Schema tag"Schema tag" is a predefined property provided by Semantic MediaWiki to identify a collection of schemata.
faceted search +
Schema type"Schema type" is a predefined property that describes a type to distinguish a group of schemata and is provided by Semantic MediaWiki.
FACETEDSEARCH_PROFILE_SCHEMA +