Skip to content

Commit 2faa650

Browse files
committed
Document EXTERNALLAYER search results
1 parent c43acc7 commit 2faa650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/Search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ results = [
9595
titlemsgid: "<display_title_msgid>", // Translation message id for group title, instead of "title"
9696
resultCount: <result_count>, // Optional: true result count (i.e. not limited to the "limit" specified in searchParams).
9797
priority: priority_nr, // Optional: search result group priority. Groups with higher priority are displayed first in the list.
98-
type: SearchResultType.{PLACE|THEMELAYER}, // Specifies the type of results. Default: SearchResultType.PLACE
98+
type: SearchResultType.{PLACE|THEMELAYER|EXTERNALLAYER}, // Specifies the type of results. Default: SearchResultType.PLACE
9999
items: [
100100
// PLACE result
101101
{
@@ -111,7 +111,7 @@ results = [
111111
externalLink: "<url>" // Optional: a url to an external resource. If specified, a info icon is displayed in the result entry to open the link.
112112
target: "<target>" // Optional: external link target, i.e. _blank or iframe
113113
},
114-
// THEMELAYER result
114+
// THEMELAYER or EXTERNALLAYER result
115115
{
116116
id: "<item_id>", // Unique item ID
117117
text: "<display_text>", // Text to display as search result

0 commit comments

Comments
 (0)