View Single Post
Old 09-28-2014, 04:57 AM   #13
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Quote:
Originally Posted by BetterRed View Post
@MerlinMama That file has this in it
Code:
  "saved_searches": [
    {
      "name": "Alright", 
      "case_sensitive": true, 
      "mode": "regex", 
      "replace": "ll right", 
      "find": "lright", 
      "dot_all": true
    }, 
    {
      "name": "Honorific 1", 
      "case_sensitive": false, 
      "mode": "regex", 
      "replace": "Mr. ", 
      "find": "Mr ", 
      "dot_all": false
    }, 
    {
      "name": "Honorific 2", 
      "case_sensitive": false, 
      "mode": "regex", 
      "replace": "Mrs. ", 
      "find": "Mrs ", 
      "dot_all": false
    }
  ],
And they all work fine. Couldn't see any obvious anomalies

I understood you to say that when you first looked at the tweak_book_gui.json file the "saved_searches": entry was empty as in

Code:
  "saved_searches": [
  ],
Perhaps you misinterpreted my "[...]" in post #4. Anyway I assume you now have it working, that's what really matters

BR
No, originally, the searches WERE in this file, but in editor, the list showed as blank.

Now I'm not sure anymore. Ugh. Anyway, yes it all works fine, and if I add new and they don't show up, I'll make a mention. I think I'll go make up a search to save, just to see...LOL
MerlinMama is offline   Reply With Quote