Queries LibraryRegex search and replace multiple strings in all posts
Regex search and replace multiple strings in all posts
Update multiple posts with a single operation, searching/replacing content using a list of regular expressions.
Given the posts indicated by variable $postIds, this query will replace all occurrences matching any of the regular expressions in $searchRegex with the corresponding string from $replaceWith, in the post's title, excerpt and content.
This query requires the endpoint to have Nested Mutations enabled.