smw/schema:Group:Predefined properties and smw/schema:Profile:Facetedsearch default profile: Difference between pages

From Damngak Dzö
(Difference between pages)
(Semantic MediaWiki group import)
 
(Semantic MediaWiki search import)
 
Line 1: Line 1:
{
{
     "type": "PROPERTY_GROUP_SCHEMA",
     "type": "FACETEDSEARCH_PROFILE_SCHEMA",
     "groups": {
     "profiles": {
         "administrative_group": {
         "default_profile": {
            "canonical_name": "Administrative properties",
             "message_key": "smw-facetedsearch-profile-label-default",
             "message_key": "smw-property-group-label-administrative-properties",
             "debug_output": false,
             "property_keys": [
            "theme": "default-theme",
                "_MDAT",
            "result": {
                "_CDAT",
                 "default_limit": 50,
                "_NEWP",
                 "paging_limit": [
                "_LEDT",
                    10,
                 "_DTITLE",
                    20,
                 "_CHGPRO",
                    50,
                "_EDIP",
                    250,
                "_ERRC"
                    500
            ]
                 ]
        },
             },
        "classification_group": {
            "filters": {
            "canonical_name": "Classification properties",
                "property_filter": {
            "message_key": "smw-property-group-label-classification-properties",
                    "hierarchy_tree": false,
            "property_keys": [
                    "filter_input": {
                "_INST",
                        "min_item": 10
                "_PPGR",
                    }
                "_SUBP",
                 },
                 "_SUBC"
                 "category_filter": {
             ]
                    "hierarchy_tree": false,
        },
                    "filter_input": {
        "content_group": {
                        "min_item": 10
            "canonical_name": "Content properties",
                    }
            "message_key": "smw-property-group-label-content-properties",
                 },
            "property_keys": [
                 "value_filter": {
                "_SOBJ",
                    "default_filter": "list_filter",
                "_ASK",
                    "condition_field": false,
                 "_MEDIA",
                    "filter_input": {
                 "_MIME",
                        "min_item": 10
                "_ATTCH_LINK",
                    }
                "_FILE_ATTCH",
                 }
                "_CONT_TYPE",
             }
                "_CONT_AUTHOR",
                 "_CONT_LEN",
                "_CONT_LANG",
                 "_CONT_TITLE",
                "_CONT_DATE",
                "_CONT_KEYW",
                "_TRANS",
                "_TRANS_SOURCE",
                "_TRANS_GROUP"
            ]
        },
        "declarative_group": {
            "canonical_name": "Declarative properties",
            "message_key": "smw-property-group-label-declarative-properties",
            "property_keys": [
                "_TYPE",
                "_UNIT",
                 "_IMPO",
                "_CONV",
                "_SERV",
                "_PVAL",
                "_LIST",
                "_PREC",
                "_PDESC",
                "_PPLB",
                "_PVAP",
                "_PVALI",
                "_PVUC",
                "_PEID",
                "_PEFU"
             ]
         }
         }
     },
     },
     "tags": [
     "tags": [
         "group",
         "faceted search"
        "property group"
     ]
     ]
}
}

Latest revision as of 05:17, 29 January 2025

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": { "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" ] }