From 3af3d33a32344046fbe73aeab86200f24e96cc3d Mon Sep 17 00:00:00 2001 From: jenmawe Date: Fri, 6 Oct 2023 12:15:03 -0400 Subject: [PATCH] Update 06-manipulating-MARC-data-basics.md add backslash for dollar sign --- episodes/06-manipulating-MARC-data-basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/06-manipulating-MARC-data-basics.md b/episodes/06-manipulating-MARC-data-basics.md index 051dc907..283cf729 100644 --- a/episodes/06-manipulating-MARC-data-basics.md +++ b/episodes/06-manipulating-MARC-data-basics.md @@ -71,8 +71,8 @@ If you want to Find or Find all a MARC field, you will need to include the equal ## Solution 1. Click Edit->Replace -2. In the search box for Find, type in =856 40$3Full text:$u -3. In the search box for Replace, type in =856 40$3Full text:$uhttps://proxy.edu?url= +2. In the search box for Find, type in =856 40\$3Full text:\$u +3. In the search box for Replace, type in =856 40\$3Full text:\$uhttps://proxy.edu?url= 4. Undo those changes. :::::::::::::::::::::::::