@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "57.1.0",
3
+ "version": "57.2.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "57.1.0";
4
+ export declare const version = "57.2.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "57.1.0";
4
+ export const version = "57.2.0";