{{> tool_templatelibrary/search_results }}
diff --git a/lib/templates/search_input_auto.mustache b/lib/templates/search_input_auto.mustache
new file mode 100644
index 00000000000..7e89b09b105
--- /dev/null
+++ b/lib/templates/search_input_auto.mustache
@@ -0,0 +1,63 @@
+{{!
+ This file is part of Moodle - http://moodle.org/
+
+ Moodle is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Moodle is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Moodle. If not, see
.
+}}
+{{!
+ @template core/search_input_auto
+
+ Search input that auto searches.
+
+ Example context (json):
+ {
+ "action": "https://moodle.local/admin/search.php",
+ "extraclasses": "my-2",
+ "inputname": "search",
+ "searchstring": "Search settings",
+ "sesskey": "sesskey",
+ "value": "policy",
+ "btnclass": "primary",
+ "hiddenfields": [
+ {
+ "name": "course",
+ "value": "11"
+ }
+ ]
+ }
+}}
+