SearchForReplaceArgument
Use this request data structure to run a search specific for the search and replace feature.
Field |
Type |
Description |
---|---|---|
|
String[…] |
List of full paths used for the search |
|
boolean |
If true, the children of the provided documents are also used for the search |
|
String |
The string, which is a word or group of words, searched for in the documents |
|
boolean |
If true, the search is case-sensitive |
|
boolean |
If true, the search ignores whitespaces to match the queryString |
|
boolean |
If true, the search only searches for the whole word |