smw/스키마:Profile:Facetedsearch default profile

주소용어집
Maintenance script (토론 | 기여)님의 2025년 9월 11일 (목) 03:39 판 (Semantic MediaWiki search import)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 이동 검색으로 이동
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" ] }