smw/schema:Profile:Facetedsearch default profile: Difference between revisions

From Jcastle.info
m (Reverted edits by Eric (talk) to last revision by Maintenance script)
Tags: Rollback Reverted
(Undo revision 78726 by Eric (talk))
Tags: Undo Reverted
Line 2: Line 2:
     "type": "FACETEDSEARCH_PROFILE_SCHEMA",
     "type": "FACETEDSEARCH_PROFILE_SCHEMA",
     "profiles": {
     "profiles": {
        "castle_profile": {
            "exploration": {
                "query_list": {
                    "npa_query": {
                        "query": "[[Category:Castles]]",
                        "label": "Castles",
                        "description": "Example query showing information about Castles"
                    }
                }
            }
        },
         "default_profile": {
         "default_profile": {
             "message_key": "smw-facetedsearch-profile-label-default",
             "message_key": "smw-facetedsearch-profile-label-default",
Line 7: Line 18:
             "theme": "default-theme",
             "theme": "default-theme",
             "result": {
             "result": {
                 "default_limit": 50,
                 "default_limit": 3000,
                 "paging_limit": [
                 "paging_limit": [
                     10,
                     10,
Line 20: Line 31:
                     "hierarchy_tree": false,
                     "hierarchy_tree": false,
                     "filter_input": {
                     "filter_input": {
                         "min_item": 10
                         "min_item": 3
                     }
                     }
                 },
                 },
Line 26: Line 37:
                     "hierarchy_tree": false,
                     "hierarchy_tree": false,
                     "filter_input": {
                     "filter_input": {
                         "min_item": 10
                         "min_item": 3
                     }
                     }
                 },
                 },
Line 33: Line 44:
                     "condition_field": false,
                     "condition_field": false,
                     "filter_input": {
                     "filter_input": {
                         "min_item": 10
                         "min_item": 3
                     }
                     }
                 }
                 }

Revision as of 21:31, 15 November 2024

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