[tw5] Re: Advanced Search Question

2018-12-31 Thread Mark Krieg
You are correct.  I'm sorry, I had completely forgotten that I installed 
that into my TiddlyWiki!  



On Monday, December 31, 2018 at 11:01:36 PM UTC-5, Mohammad wrote:
>
> Hi Mark S,
>
>  Mark Kreig is using the Search In Fields by Tobias Beer:
>
> http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields
>
>
>
> -- Mohammad
>
> On Tuesday, January 1, 2019 at 6:54:25 AM UTC+3:30, Mark S. wrote:
>>
>> Are you using some special search plugin? 
>>
>> I'm guessing whatever you are using might be using regular expressions. 
>> You could try searching for 2018\. , and see if that returns 2018 items 
>> with a literal period after them.
>>
>> Some other
>> -- Mark
>>
>> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>>
>>> I have a question regarding the Advanced Search feature. I have a number 
>>> of entries titled with various date formats:
>>>
>>> 2018.12.31 (period separators)
>>> 2018-12-31 (dash separator)
>>>
>>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>>> and searching the *title* field, if I search for *2018.* then I receive 
>>> title names beginning with 2018- as well. This same result happens with and 
>>> without the insensitive option enabled. So in other words, the search 
>>> doesn't distinguish the characters of period and dash as being 
>>> different/unique. Is there any way around this?
>>>
>>> Many thanks!
>>>
>>> Mark
>>>
>>>

-- 
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/ddf13dfa-142b-4880-a903-c3f8a1cdc1b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread Mohammad
Hi Mark S,

 Mark Kreig is using the Search In Fields by Tobias Beer:

http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields



-- Mohammad

On Tuesday, January 1, 2019 at 6:54:25 AM UTC+3:30, Mark S. wrote:
>
> Are you using some special search plugin? 
>
> I'm guessing whatever you are using might be using regular expressions. 
> You could try searching for 2018\. , and see if that returns 2018 items 
> with a literal period after them.
>
> Some other
> -- Mark
>
> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>
>> I have a question regarding the Advanced Search feature. I have a number 
>> of entries titled with various date formats:
>>
>> 2018.12.31 (period separators)
>> 2018-12-31 (dash separator)
>>
>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>> and searching the *title* field, if I search for *2018.* then I receive 
>> title names beginning with 2018- as well. This same result happens with and 
>> without the insensitive option enabled. So in other words, the search 
>> doesn't distinguish the characters of period and dash as being 
>> different/unique. Is there any way around this?
>>
>> Many thanks!
>>
>> Mark
>>
>>

-- 
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/13e7b123-b909-4752-b587-297c86f46510%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread Mark Krieg
I'm using the standard Advanced Search, $:/AdvancedSearch

but you are RIGHT!!! Your solution fixed my problem!  Thank you so much!



On Monday, December 31, 2018 at 10:24:25 PM UTC-5, Mark S. wrote:
>
> Are you using some special search plugin? 
>
> I'm guessing whatever you are using might be using regular expressions. 
> You could try searching for 2018\. , and see if that returns 2018 items 
> with a literal period after them.
>
> Some other
> -- Mark
>
> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>
>> I have a question regarding the Advanced Search feature. I have a number 
>> of entries titled with various date formats:
>>
>> 2018.12.31 (period separators)
>> 2018-12-31 (dash separator)
>>
>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>> and searching the *title* field, if I search for *2018.* then I receive 
>> title names beginning with 2018- as well. This same result happens with and 
>> without the insensitive option enabled. So in other words, the search 
>> doesn't distinguish the characters of period and dash as being 
>> different/unique. Is there any way around this?
>>
>> Many thanks!
>>
>> Mark
>>
>>

-- 
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/20474348-1222-4a49-9036-d49bc2fdb7e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread 'Mark S.' via TiddlyWiki
Are you using some special search plugin? 

I'm guessing whatever you are using might be using regular expressions. You 
could try searching for 2018\. , and see if that returns 2018 items with a 
literal period after them.

Some other
-- Mark

On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>
> I have a question regarding the Advanced Search feature. I have a number 
> of entries titled with various date formats:
>
> 2018.12.31 (period separators)
> 2018-12-31 (dash separator)
>
> ...and when performing an *Advanced Search* using the *In Fields* tab and 
> searching the *title* field, if I search for *2018.* then I receive title 
> names beginning with 2018- as well. This same result happens with and 
> without the insensitive option enabled. So in other words, the search 
> doesn't distinguish the characters of period and dash as being 
> different/unique. Is there any way around this?
>
> Many thanks!
>
> Mark
>
>

-- 
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/3c729873-35fd-4368-bc40-617f84c0b956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.