Hi Jeremy, I am troubleshooting on the TiddlyWiki website, without added plugins. I do think I've found something.
Every Tiddler tagged 'Tutorials' has a 'url' field. I set the tiddler 'TW-Scripts by Mohammad' to application/pdf. While using this filter in advanced search filter tab: "[tag[Tutorials]search:url[kookma]]" it shows two results: (because Kookma is in the urls) *2 matches* GitHub Saver Tutorial by Mohammad <https://tiddlywiki.com/#GitHub%20Saver%20Tutorial%20by%20Mohammad> TW-Scripts by Mohammad <https://tiddlywiki.com/#TW-Scripts%20by%20Mohammad> For me the bug doesn't happen when I specify the field url. But when I use the * to search in any field <https://tiddlywiki.com/#search%20Operator>, the bug happens. "[tag[Tutorials]search:*[kookma]]" shows one result: *1 matches* GitHub Saver Tutorial by Mohammad <https://tiddlywiki.com/#GitHub%20Saver%20Tutorial%20by%20Mohammad> So the difference is between using "search:*" and "search:fieldname" Normally, the search operator looks into title, tag and text fields. But in this case with the bibtext tiddlers, most information is stored in custom fields, so the search:* is needed to filter on multiple fields. Kind regards, Odin Op zaterdag 15 mei 2021 om 13:11:37 UTC+2 schreef [email protected]: > Hi Odin > > I couldn't duplicate this problem on tiddlywiki.com, so I think it might > be a problem with RefNotes. > > I edited the tiddler "Motovun Jack.pdf" to add a field called "something" > with the text "now", and then tried "[search:something[now]]" in the > advanced search "Filter" tab. As expected, "Motovun Jack.pdf" was returned > as the only result. > > Best wishes > > Jeremy > > > > -- > Jeremy Ruston > [email protected] > https://jermolene.com > > On 15 May 2021, at 11:10, Odin <[email protected]> wrote: > > Go to https://kookma.github.io/TW-Refnotes/ and copy the code below in a > new tiddler. It allows you to search in any field of the all tiddlers that > have the 'bibtex-title' field. Search for 'Borio', ' butadiene', '2005' and > see how all of these searches give you the same result. Even though it > matches values from different fields! Very handy! > > > Filter and search in table <$edit-text > tiddler="$:/temp/refnotes/BibliographyTable/search" filed=text tag=input > default=""/> <$button set="$:/temp/refnotes/BibliographyTable/search" > setTo="" tooltip="clear searchbox">x</$button> > > <<table-dynamic > filter:"[has[bibtex-title]search:*{$:/temp/refnotes/BibliographyTable/search}]" > > fields:"title bibtex-title bibtex-entry-type bibtex-year" pagination:yes>> > > Now if you open up the 'borio-1995' tiddler and set its type to: > application/pdf it doesn't show up in any search result anymore. > > I've been including a _canonical_uri field with a relative path to the PDF > file to all my reference tiddlers, so I can keep the article nearby. > Unfortunately, this prevents the search operator from searching inside any > field of the tiddler. > > Is this intended or is this a possible bug? > > A possible workaround would be to include the pdf in another tiddler and > transclude this inside the reference tiddler, but I thought I would share > this behaviour of the search operator because it took me a while to figure > out why the search wasn't working. > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/aa743b6e-5f24-40ba-a189-114f84473787n%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/aa743b6e-5f24-40ba-a189-114f84473787n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8689ccda-5004-45f4-a14c-a0a414d60580n%40googlegroups.com.

