Find And Replace Configuration
Type: Object
Defines the shape of the find-and-replace-configuration. Create a new object with the properties as described. All properties are required.
Properties
enable Presearch
Type: Boolean
Enable the presearch, ensures not all documents will be searched through, but only the related documents. This will use the standard POST /documents/presearch contract. Defaults to false
.
enable Replace All
Type: Boolean
Enable Replace All functionality. Defaults to true
. Disable this when the editor does not load all documents initially (like when using JIT)
maximum Number Of Find Results
Type: Number
The maximum number of results for the Find and Replace feature. Defaults to 9000
. Increasing this number may negatively impact performance. Set this value to -1
to disable the maximum.