[tw5] Re: Filtering an "or" condition

2019-05-30 Thread Damon Pritchett
Thanks! I was hoping it was that simple. I am good to go. Damon On Wednesday, May 29, 2019 at 9:15:03 PM UTC-7, PMario wrote: > > hi, > > you ca add a sort operator > . > > > > -m

[tw5] Re: Filtering an "or" condition

2019-05-29 Thread PMario
hi, you ca add a sort operator . -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rece

[tw5] Re: Filtering an "or" condition

2019-05-29 Thread Damon Pritchett
Alright, I've finally figured it out and I feel fairly inept because of it. The filter was working the entire time. I was expecting the combined search to be completely alphabetical when, in fact, they two search results were one right after the other. The results were there, just not sorted the

[tw5] Re: Filtering an "or" condition

2019-05-28 Thread PMario
On Sunday, May 26, 2019 at 8:51:56 AM UTC+2, Damon Pritchett wrote: > Atchison Electric Motor & Street Railway > Atchison Electric Street Railway > Atchison Railway & Electric Light Company > Atchison Railway, Electric Light & Power Company > > Now when I do this search: [search:title[Electric]]

Re: [tw5] Re: Filtering an "or" condition

2019-05-28 Thread Damon Pritchett
Hey all, I've given up trying to figure out what's wrong, so I want to start afresh with a new blank Tiddlywiki file. What is the best way to make sure I get all of my content over to the new file without the plugins & customizations? Can I just export everything from the old file and import

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
Thanks, Mat Did that and reverted a shadow tiddler that $:/config/manager/filter which was the most obvious one to try and that didn't change anything. From the search, there are 54 modified shadow tiddlers, but none of the others are obvious ones to try. Here's the list: $:/config/AnimationD

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Mat
> > search for shadow tiddlers that have been modified? > Ctrlpanel > first tab > first tab - at very bottom, klick search icon seen there <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving e

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
Disabled all plugins, saved (as new name) and reloaded and the same thing happens so it doesn't appear to be one of the plugins. Is there a way to search for shadow tiddlers that have been modified? Damon On Sunday, May 26, 2019 at 11:33:29 AM UTC-7, Mark S. wrote: > > You could disable the pl

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
I just tried it on Tiddlywiki by importing the tiddlers in question and then doing the filter search. It all worked as you all described and expected. So there's definitely something in my TW that is the problem. Could there be a shadow tiddler that has been overwritten? Maybe a plugin is doing

[tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
Well then somethings up because I don't see exactly what I'd expect based on what you all just said. Here are some screen shots from my actual TW with two different searches. The first one is what I would expect, but the second one is not. What am I missing? [image: Annotation 2019-05-25 23374

[tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
Something is amiss in my TW then, because I don't quite get those results. Attached are a couple of screen shots of searches. One is as expected (only searching on Electric, but when I add Street to it, two of the entries disappear when they shouldn't. What am I missing? Thanks, Damon On Sat

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Mat
On Sunday, May 26, 2019 at 9:36:57 AM UTC+2, Damon Pritchett wrote: > > I wish I were but I don’t get the same results. What might be the > difference? > Did you try it on tiddlywiki.com ? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

[tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
I wish I were but I don’t get the results you did. What might I be doing wrong? Damon -- 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...@googl

Re: [tw5] Re: Filtering an "or" condition

2019-05-26 Thread Damon Pritchett
I wish I were but I don’t get the same results. What might be the difference? Damon On Sun, May 26, 2019 at 12:34 AM Mat wrote: > Nope, you're wrong ;-) ;-) > > [image: tabort2.PNG] > > > ...and in tiddler > > [image: tabort.PNG] > <:-) > > -- > You received this message because you are subscri

[tw5] Re: Filtering an "or" condition

2019-05-26 Thread Mat
Nope, you're wrong ;-) ;-) [image: tabort2.PNG] ...and in tiddler [image: tabort.PNG] <:-) -- 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.

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread Damon Pritchett
All, I've tried attaching some screen shots of what I'm seeing, but the messages keep getting deleted. I'll try to explain. My TW has a bunch of companies as individual tiddlers. When I perform the search [search:title[Electric]] in the filter expression tab of advanced search, I get the foll

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread Mat
Aha, I now understand what the other guys meant. They're right; what you claim is XOR isnt and your examples should actually fulfill what it is you're seeking. As Jed points out, regexp doesn't change anything. (Thanks Jed) <:-) -- You received this message because you are subscribed to the G

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread Jed Carty
The example I did isn't an exclusive or, check it out on tiddlywiki.com. I don't see how using regexp changes anything here. Exclusive or is not a simple thing to do directly with filters. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread Mat
Contrary to the other guys, I think your question is correct. You want OR not XOR and you're only talking about titles. I think the regexp operator is the secret sauce; [regexp[vegetarian]] [regexp[pasta]] <:-) -- You received this messag

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread TonyM
As Jed says. Also you may need to recall that the filter reduces the list to have no duplicate title. So a tiddler will not appear twice if it has both tags, only once. Let us know if you want differently. tony On Saturday, May 25, 2019 at 3:05:26 PM UTC+10, Damon Pritchett wrote: > > Hello a

[tw5] Re: Filtering an "or" condition

2019-05-25 Thread Jed Carty
That filter isn't an exclusive or. If you go onto tiddlywiki.com and put {{{[search:title[vegetarian]] [search:title[pasta]] }}} into a tiddler then make tiddlers called 'Vegetarian Pasta', 'Vegetarian' and 'Pasta' all there appear in the list. So whatever the problem is, the or part of the fil