Skip to content

Commit d47010c

Browse files
committed
Merge branch 'main' into DOCS-1006
2 parents c0290a1 + 857a7c6 commit d47010c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/search/get-started-with-search/build-search/search-templates.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,32 @@ id: search-templates
33
title: Search Templates
44
description: Search templates narrow down your queries into a few parameters that other users can edit to find the data they need.
55
---
6+
import Iframe from 'react-iframe';
67

78
Search templates can help you simplify searches for your users by giving them a few easy input choices. You can have search templates replace any text in a query, including fields, keywords, and arguments to operators. You can also determine what type of information is valid such as text, strings, and keywords.
89

910
Behind the scenes, selecting the parts of your query to use in the template is also pretty easy.  You can select which parts of your search should be available and click **Create Parameter**.
1011

1112
Search templates work with [lookup (classic)](/docs/search/search-query-language/search-operators/lookup-classic). They are not supported with our newer [lookup tables](/docs/search/lookup-tables).
1213

14+
:::sumo Micro Lesson
15+
16+
Watch this micro lesson to learn how to use search template parameters.
17+
18+
<Iframe url="https://fast.wistia.net/embed/iframe/ja6kruhhp3?web_component=true&seo=true&videoFoam=false"
19+
width="854px"
20+
height="480px"
21+
title="Micro Lesson: Using Search Template Parameters Video"
22+
id="wistiaVideo"
23+
className="video-container"
24+
display="initial"
25+
position="relative"
26+
allow="autoplay; fullscreen"
27+
allowfullscreen
28+
/>
29+
30+
:::
31+
1332
## Create a general Search Template
1433

1534
From any query you create, or an existing one you manage, you can create a search template and specify parameters.

0 commit comments

Comments
 (0)