Hello all, Don't know if this counts as a noob thing, but I am.
I have multiple tiddlers that all have 3 custom fields. I am using the search function in the side bar to filter my tiddlers using said fields (works very well) the problem I am having is that each filter lists every link so I have a list of all my tiddlers for each filter. I have tried several different ways to correct this and broke the filter each time. Here is the code.
<$list filter="[[$:/temp/search]] +[minlength[2]]">
<<list-links "[has[intelligence]search:intelligence{$:/temp/search}]">>
<<list-links "[has[hd]search:hd{$:/temp/search}]">>
<<list-links "[has[climate_terrain]search:climate_terrain{$:/temp/search}]">>
</$list>
Here is how it renders. Ideally I would like to have the search function built into my index page, however I am happy with a search tab like I have now if it functions well. A little bit of context... I have 4500+ entries to make, that is 13 500 links if I keep going that way, far to many to be practical. Please somebody help me with this. I think I may be reaching to high here. I need to be able to search each field individually. Is there a way to not have the links listed, but still display the results?
On a personal note.... I know there are a lot of programmers and the like in this group, Although I do greatly appreciate your help, please do not post code assuming I know how to make it work. I can tell you now; I will not know how to make it work; I will not know where to put it, I will not know how to integrate it into what I already have. Talk to me like a 2 year old. Assume I can barely manage to turn my computer on. This will reduce the number of follow up questions I have and the frustration levels. Thank you.
