As an update:

Create a tiddler called "Field" tagged "$:/tags/AdvancedSearch" containing:

\define searchInField(field, for)

<$list filter="[!is[shadow]!is[system]field:$field$/$for$/]">

<$link><$view field="title"/></$link>

</$list>

\end


<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/> 
<$select field="fieldname" tiddler="$:/temp/advancedsearch">
<option value="Any">Any</option>
<$list filter="[!is[shadow]!is[system]fields[]sort[]]" variable="fieldname">
<option value=<<fieldname>>><<fieldname>></option>
</$list>
</$select>

<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
<$reveal state="$:/temp/advancedsearch!!fieldname" type="match" text="Any">
<$list filter="[!is[shadow]!is[system]fields[]]" variable="fieldname">


Searching in field: <<fieldname>>

<$macrocall $name="searchInField" field=<<fieldname>> 
for={{$:/temp/advancedsearch}}/>

</$list>
</$reveal>
<$reveal state="$:/temp/advancedsearch!!fieldname" type="nomatch" text="Any
">

Searching in field: {{$:/temp/advancedsearch!!fieldname}}

<$macrocall $name="searchInField" 
field={{$:/temp/advancedsearch!!fieldname}} for={{$:/temp/advancedsearch}}/>

</$reveal>

</$reveal>


You'll get an additional "Advanced Search tab where you can search in all 
or just one field for values.

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to