SOTA: Difference between revisions

From SotA Wiki
Jump to navigation Jump to search
Gordias (talk | contribs)
m Redirected page to Shroud of the Avatar
Semantic MediaWiki search import
Line 1: Line 1:
#REDIRECT [[Shroud of the Avatar]]
{
    "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"
    ]
}

Revision as of 12:55, 2 August 2026

FACETEDSEARCH_PROFILE_SCHEMA
This schema type supports the definition of profiles used as part of the Faceted search environment.

Validation error

JSON schema
facetedsearch-profile-schema.v1
title_prefix
Does not have a value in the enumeration ["Profile"]
The request is being processed and may take a moment. Preparing...
{ "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" ] }