THIS IS ONLY A TESTWIKI! LH, MW 1.39.7, PHP 8, SMW 4.1.3
SMW/Schema:Simple search profile
Zur Navigation springen
Zur Suche springen
SEARCH_FORM_SCHEMA
Dieser Schematyp ermöglicht die Definition von Eingabeformularen und Inhaltsausprägungen für das erweiterte Suchprofil. Es enthält Festlegungen zur Erstellung von Eingabefeldern, zu Standardnamensräumen oder zu Suchausdrücken für Suchanfragen.
{ "type": "SEARCH_FORM_SCHEMA", "term_parser": { "prefix": { "lang": [ "Language code", "File attachment.Content language", "Has interlanguage link.Page content language" ] } }, "default_form": "Books and journals", "forms": { "Open": {}, "Books and journals": [ "Has title", "Has author", "Published", { "Has genre": { "autocomplete": true } }, { "Has Publisher": { "autocomplete": true, "placeholder": "Publisher ..." } } ], "Media and files": [ { "Media type": { "autocomplete": true } }, { "MIME type": { "autocomplete": true } }, { "File attachment.Content type": { "autocomplete": true, "placeholder": "Content type ...", "tooltip": "This property together with File attachment has been retrieved from the ES ingest processor" } } ], "By Language": [ { "Language code": { "autocomplete": true } }, { "Has interlanguage link.Page content language": { "autocomplete": true, "placeholder": "Page content language ..." } } ] }, "namespaces": { "default_hide": true, "hide": [ "NS_MEDIAWIKI", "NS_MEDIAWIKI_TALK" ], "preselect": { "Media and files": [ "NS_FILE" ] } } }