Re: [tw5] Re: search operator word with dash

2020-01-27 Thread trend...@outlook.com
"> <$list filter="[enlist:dedupe]" variable="result"> <> \end Search Results: <$wikify name="input-1" text=<> ><$wikify name="input-2" text=<> > <$list filter="[enlist] +[remove]" variable="resul

RE: [tw5] Re: search operator word with dash

2020-01-27 Thread trend...@outlook.com
@ Mark S This seems like a nice step in the right direction. I see that the filter is searching for each search term and appending all results for each term to a list. Would it be possible to select only the tiddlers that are mentioned twice (or as much as there are search terms) ? I tried but

Re: [tw5] Re: search operator word with dash

2020-01-26 Thread 'Mark S.' via TiddlyWiki
So you have multiple terms in your search, and multiple terms in your list field? Try: <$list filter="[list[search/query!!list]]" variable="listitem"> <$list filter="[tag[my-tag]contains:mylist]"> . The problem with "list" field is that it is tied to tags. Make a tiddler "test". Then make a

Re: [tw5] Re: search operator word with dash

2020-01-26 Thread trend...@outlook.com
@Tony I was thinking the same. I have the terms in the list field of tiddler "search/query". It could be 1 term or many. Depending on the amount of terms one would like to search. I don't know how to approach this uncertain scenario. For "each term" do "this" search. Any ideas/directions ?

Re: [tw5] Re: search operator word with dash

2020-01-26 Thread 'Mark S.' via TiddlyWiki
erms is a list with the search > results. > > Your solution works for 1 search term. How could I expand it to search for > multiple terms ? > > Regards, Trend. > > ---------- > *From:* tiddlywiki@googlegroups.com on > behalf of PMario > *Sen

Re: [tw5] Re: search operator word with dash

2020-01-26 Thread TonyM
solution works for 1 search term. How could I expand it to search for > multiple terms ? > > Regards, Trend. > > -- > *From:* tiddl...@googlegroups.com > on behalf of PMario > > *Sent:* Sunday, January 26, 2020 5:49 PM > *To:* TiddlyWiki > > *Subject:* [

Re: [tw5] Re: search operator word with dash

2020-01-26 Thread trend...@outlook.com
. Your solution works for 1 search term. How could I expand it to search for multiple terms ? Regards, Trend. From: tiddlywiki@googlegroups.com on behalf of PMario Sent: Sunday, January 26, 2020 5:49 PM To: TiddlyWiki Subject: [tw5] Re: search operator word

[tw5] Re: search operator word with dash

2020-01-26 Thread PMario
Hi, Why is your search term stored in a list like: search/query!!list ?? -m -- 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

[tw5] Re: search operator word with dash

2020-01-26 Thread PMario
uups, I missed something. This should work with a dynamic search term now.. \define fragment() ^$(term)$$ <$set name=term value={{search/query!!list}}> <$list filter="[tag[my-tag]regexp:list]"> have fun! mario -- You received this message because you are subscribed to the Google Groups

[tw5] Re: search operator word with dash

2020-01-26 Thread PMario
Hi, This filter: [tag[my-tag]regexp:list[^term-1$]] should do the trick. It uses regexp search . -mario -- You received this message because you are subscribed to the