@vertigis/viewer-spec 57.1.0 → 57.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,4 +22,12 @@ export interface SearchServiceProperties extends ServiceModelProperties {
|
|
|
22
22
|
* Runtime property to store an URL of Studio Search.
|
|
23
23
|
*/
|
|
24
24
|
studioSearchUrl?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Allow search term to be broken up into sub-terms (tokenization). Disable
|
|
27
|
+
* if users are searching for known items such as IDs or addresses. Enable
|
|
28
|
+
* if users are searching to discover the existence of items. This setting
|
|
29
|
+
* applies only to Standard Esri Search (query backed search on Esri map and
|
|
30
|
+
* feature services). Defaults to 'true'.
|
|
31
|
+
*/
|
|
32
|
+
tokenizeSearchString?: boolean;
|
|
25
33
|
}
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED