On Mon, Mar 2, 2009 at 5:14 PM, Hans <[email protected]> wrote: > > I really lost you here, sorry! > > template=link is not a template in the distribution, therefore I get no > output?
Correct. If you do not create a template.link page (or put the template info in one of the other optional locations) it takes the template parameter literally as the template. IE, it puts "link" as your template. That's what I call an inline template. Defined right in the search functions. > As i tested this, [(search group=*triad )] is the correct syntax for > pulling all triad skin pages, not [(search group=triad* > template=link)] as you suggest. The * does work at the start. Wow, you are right. Guess I forgot about that... Still I don't believe it is full wildcard functionality. Must just be an old special case hack (probably from before "type". The more normal approach is to use [(search type=triad)] or [(search group=triad*)] Though the first gets all the pages ending in triad, and the first all the pages beginning in triad. Actually, for the latter, there is a difference between group=triad* and group=triad.* in that the first will match triad2.somepage, but the second won't. > You say: "You can do, however type=triad to get all the pages that end > in triad." > type=triad ??? That did do nothing. Not sure why type= didn't work for you, but probably because you also had a conflicting group setting: like [(search group=triad* type=triad)] will only return triad.triad or something like that. Oh, you can also do type=-header,-footer,-side etc. > I found very little about search parameters, so i am grateful for any > information. > > Thanks for the outline on the order a template is looked for in various pages. Here's some good information. But it's not as complete or as detailed as it should be. http://www.boltwire.com/index.php?p=docs.concepts.search For a look at the code, do help=search and check out the code on the BOLTsearchPageList function. (Love the help system!). This function is used also by the find command (which can search for text, regex or even markup rules). I recall using it in other plugins also (just can't remember which)--so they all can take the same parameters... Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
