Skip to content

Commit

Permalink
Merge pull request #161 from aksm/ISSUE-155-almin-cleanup
Browse files Browse the repository at this point in the history
ISSUE-155: Advanced Batch Find & Replace
  • Loading branch information
DiegoPino authored Dec 14, 2022
2 parents 46f1222 + b918f0c commit 43f32b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/find_and_replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Before executing any of the available Find and Replace Actions, the best-practic

- Before the final 'Execute Action' step of your Find and Replace operation, select the option to **'☑️ only simulate and debug affected JSON'**. This will run a quick check against your Action specifications and the potentially impacted Digital Objects and Collections.
- You can then double check that the total effected changes shown reflect your intended amount of changes.
- The total number of changes will always be multipled by a factor of 2, as the Actions count a first step of checking against your data, then the second step of applying the change.
- If your Action specifications do not match against any JSON metadata values in your specified results, you will also see that no matches were applicable.
- The total number of changes will always be multipled by a factor of 2, as the Actions count a first step of checking against your data, then the second step of applying the change.
- If your Action specifications do not match against any JSON metadata values in your specified results, you will also see that no matches were applicable.

![Find and Replace Simulation Mode](images/find_and_replace_simulation_mode.jpg)

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ nav:
- Linked Data Reconciliation: ami_lod_rec.md
- Using the Islandora 7 Solr Importer: I7solrImporter.md
- Annotations: annotations.md
- Find and Replace: find_and_replace.md
- Find and Replace:
- find_and_replace.md
- Text Based Find and Replace: find_and_replace_action_text.md
- Webform Find and Replace: find_and_replace_action_webform.md
- JSON Patch Find and Replace: find_and_replace_action_json_patch.md
Expand Down

0 comments on commit 43f32b4

Please sign in to comment.