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.