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.