From 4cffc4330635c19b1ed65d51caab10639af01767 Mon Sep 17 00:00:00 2001 From: Stefan Forsgren Date: Wed, 20 Nov 2024 10:20:50 +0100 Subject: [PATCH] Documented search suppressDialog --- content/controls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/controls.md b/content/controls.md index e0cb2e3..5779840 100644 --- a/content/controls.md +++ b/content/controls.md @@ -829,6 +829,7 @@ Option | Description `queryType` | if set this value will be passed on as a parameter in the search request like '&t=valueOfQueryType'. `autocompletePlacement` | placement of the autocomplete suggestions. Can be search, left or floating. Defaults to search. `searchlistOptions` | object with options for the searchlist. By setting the placement option the searchlist is activated. +`suppressDialog`| boolean, default false. When set to true no popup will be displayed when a search result is selected, it will only be highlighted and zoomed to. searchList: When the user presses Enter, a new window opens, which can be used to interact with the search results