@lvce-editor/text-search-view 1.17.3 → 1.18.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.
@@ -16,5 +16,13 @@
16
16
  "minimum": 1,
17
17
  "type": "number",
18
18
  "value": 1
19
+ },
20
+ {
21
+ "category": "features",
22
+ "description": "Uses pull-based search to retrieve text search results",
23
+ "heading": "Pull Based Search",
24
+ "id": "Search.usePullBasedSearch",
25
+ "type": "boolean",
26
+ "value": false
19
27
  }
20
28
  ]