Ok, I think I was guilty of making the solution to my ask too hard. I realised that a simple search filter would work and the fact the tiddlers that I was searching through were data tiddlers didn't matter.
<$list filter="[is[system]] [is[shadow]] +[search[Door Lock]] +[remove prefix[$:/data/]sort[list]]"/> Was all I needed todo. However, I have now expanded my code following the resent checkboxes within data tiddlers article, which switches thinks to Json and can include 0 values as well as "1", I now need to search for ["Door Lock": "1"]. When I enter this phrase into the sidebar system search I get the correct result, but the follow script is not working for me: <$list filter="[is[system]] [is[shadow]] +[search["Door Look": "1"]] +[remove prefix[$:/data/]sort[list]]"/> I am guessing this is because I have a search term that includes quotes, but I need to search for that exact phrase. The sidebar demonstrates it can be done, but how is it done? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a337aa26-291b-480b-8762-3cc1accb17c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

