Hi there, 

Apparently somewhere in learning TiddlyWiki, I seem to have created two 
user fields, one named "" and the other named ="". Now, I am aware that 
these characters are not allowed in the field name, so I am unsure how they 
got there in the first place. It has not been a problem until now, when I 
tried to add Tobias Beer's Search In Field functionality, which can be 
found here: http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields. 
The 
search works well, except that it also provides a syntax error which I am 
pretty sure is due to these fields. In the following example, I am 
searching for the term 'book' in all fields. This seems to work properly at 
the bottom, listing the 'caption' field for the tiddler "Wisanthrope 
Spells", which has the term 'book' in it. Clearly, however, at the top, it 
reveals erroneous list widget syntax. I think the system is having trouble 
reading a field named ="" or "" right after the regexp operator. I cannot 
for the life of me find any tiddlers which have these fields nor can I 
figure out how I made them, since when I try to use them now, it tells me 
that these characters are not allowed in the field name. Is there any way 
to just delete them outright? If not, how would you identify which tiddlers 
have these fields active? Thanks in advance!

<$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]limit[1]]">

=""

</$list> <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]]">

$:/AdvancedSearch <#%24%3A%2FAdvancedSearch>

</$list>

<$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]limit[1]]">

""

</$list> <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]]">

$:/AdvancedSearch <#%24%3A%2FAdvancedSearch>

</$list>

caption

Wisanthrope Spells <#Wisanthrope%20Spells>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ce45747e-8bb3-4150-ade8-d188a40e6805%40googlegroups.com.

Reply via email to