Captian,

Working from this discussion I created a tiddler for searching items with a 
tiddler-type field = reference where the search string is entered by the 
user.

Search All References <$edit-text tiddler=
"$:/config/References/searchstrings" field=all-reference-search 
placeholder="Enter 
search string" tag=input/>
<details><summary>Search Results</summary>


<$list filter="[tiddler-type[reference]search{$:/config/References/
searchstrings!!all-reference-search}]" emptyMessage="No results">


</$list>


</details>
Simply alter tiddler-type[reference] for your tags etc...

Regards
Tony

On Wednesday, September 19, 2018 at 5:11:56 AM UTC+10, Captain Packers 
wrote:
>
> Awesome! Thanks guys. I'll give these a try and report back.
>
> On Monday, September 17, 2018 at 11:46:15 AM UTC-4, Captain Packers wrote:
>>
>> I've been studying the list filter documents on TiddlyWiki.com but I'm 
>> still having trouble building a list filter that will show me tiddlers that 
>> contain a search string but exclude all those that contain a specific tag.
>>
>> I'm not sure it was the best idea to combine them, but I have a GTD 
>> system and project support documentation all in one tiddlywiki. Now when I 
>> search for notes that contain a certain search string, the list often 
>> includes tiddlers tagged with @action or @project that have no content. I 
>> would like to build a search string that contains, for example, the word 
>> "inventory" but excludes the tags @action and perhaps @project.
>>
>> Thanks in advance for your help.
>>
>> Captain Packers
>>
>

-- 
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/9751c91e-8dcd-457b-ba84-6c854914ca0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to