[tw5] Re: create a filter list that filters on included text and and excludes a specific tag

2018-09-18 Thread TonyM
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/>
Search Results


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






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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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.


[tw5] Re: create a filter list that filters on included text and and excludes a specific tag

2018-09-18 Thread Captain Packers
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a0999a05-30c8-4c54-8bc3-2b7632f29039%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: create a filter list that filters on included text and and excludes a specific tag

2018-09-17 Thread TonyM
Captain Packers

Whilst it is often nice to combine filter terms into a single filter 
remember it is simple to nest list statements.

<$list filter="select a subset of tiddlers">,!-- no variable means the 
current tiddler is changed for each case-->
   <$list filter="[is[current]searchstring]]">,!-- no variable means the 
current tiddler is changed for each case, [is[current] uses the previous 
levels current tiddler in this filter-->
   The tiddlers meeting both filters criteria <> 
{{!!title}} {{!!caption}} etc...
   


If you do use the variable=name in the list widget all you have to do is 
use " in the filter and <$view widgets to display field 
content.

Regards
Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/991ba513-f6da-4534-876d-09fd351feb52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: create a filter list that filters on included text and and excludes a specific tag

2018-09-17 Thread Diego Mesa
Hello!

Unless Im misunderstanding, you can just use something like:

[regexp:text[filter]!tag[Learning]]

To search for all tiddlers whose text field contains the string "filter" 
and ARENT tagged with "Learning".

On Monday, September 17, 2018 at 10:46:15 AM UTC-5, 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a1c122b7-d6c2-4a50-92ba-9de71a9fbf50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.