unfortunately that didn't work either. Who knew adding an input field into a tiddler would be so difficult. So you've seen the code I have here is a screencap of what I have now. The search works fine, like I said, I just would rather enter the search criteria right beside the drop down instead of on the side bar. Any suggestions would be greatly appreciated.
On Tue, Dec 3, 2019 at 9:40 PM Eric Shulman <[email protected]> wrote: > On Tuesday, December 3, 2019 at 3:51:06 PM UTC-8, PWL wrote: >> >> I tried both those, didn't do what I wanted. here is the code I have >> now. Like I said the search works fine, the only thing I want is to be >> able to enter the criteria on the tiddly itself instead of having to use >> the side bar. >> >> Search <$select tiddler="$:/temp/searchfilter" default="Choose"> >> <option value="Choose">-Choose one-</option> >> <option >> value="[has[intelligence]search:intelligence{$:/temp/search}]">Intelligence</option> >> <option >> value="[has[climate_terrain]search:climate_terrain{$:/temp/search}]">Climate/Terrain</option> >> <option value="[has[hd]search:hd{$:/temp/search}]">HD</option> >> </$select> >> >> <$macrocall $name="list-links" filter={{$:/temp/searchfilter}} /> >> > > Try this: > > After the <$select>, add an $edit-text widget, like this: > <$edit-text tiddler="$/temp/search" tag="input" /> > > Note: if you want to keep your search complete separate from the sidebar, > change the name of the tiddler (e.g., "$:/temp/mysearch"). Of course, you > will also have to refer to *that* tiddler name in the values of your > $select list. > > Let me know how it goes... > > enjoy, > -e > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/AeLvQN8Pul4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/b8777b77-98d2-4ad4-8a32-8496206f45a1%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/b8777b77-98d2-4ad4-8a32-8496206f45a1%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/CAOLhXqZZpBorZsA%2BCXXyBpNJcxrKx7vCtO0OjebvNZ9thZXBXw%40mail.gmail.com.

