File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments