SearchForReplaceArgument

Use this request data structure to run a search specific for the search and replace feature.

Field

Type

Description

documentIdentifiers

String[…]

List of full paths used for the search

includeChildren

boolean

If true, the children of the provided documents are also used for the search

queryString

String

The string, which is a word or group of words, searched for in the documents

isCaseSensitive

boolean

If true, the search is case-sensitive

ignoreWhitespace

boolean

If true, the search ignores whitespaces to match the queryString

matchWholeWord

boolean

If true, the search only searches for the whole word