We're at a bit of a disadvantage in this case, not being able to see your 
data. In order to reconstruct
your situation, I had to use a text editor and create a bad field. I was 
then able to find it using this code:


<$vars quote='"'>
<$list filter="[all[tiddlers]]" variable="title">
<$list filter="[<title>fields[]regexp<quote>limit[1]]" >
Bad? :  <<currentTiddler>><<title>> <br/>
</$list>
</$list>
</$vars>

This should find any standard tiddler with a field name contain a quote.  
The complication is that your actual field might not contain a quote symbol 
-- it might contain the html version of quote: "

So if the first search doesn't find anything, try changing variable 
"quotes" to "&"

Good luck!

On Thursday, April 9, 2020 at 8:13:28 AM UTC-7, Jalen MichalsLevy wrote:
>
> 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 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%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 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%24%3A%2FAdvancedSearch>
>
> </$list>
>
> caption
>
> Wisanthrope Spells 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_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/81c00650-b3a5-4e3c-afc8-14b0a806197d%40googlegroups.com.

Reply via email to