>> You can set in site.config
>>
>> searchExclude: 
>> rss*,blog*,template*,site*,code*,action*,login*,top,side,header,bottom
>
> Could this be additional to the custom excludes you set on a page? If
> so, it would be very useful! It could then be overridden by "include".
> For example "include=top,side,header,bottom".

Actually this is how you set the default excludes...   :)

>> if you want to save you some typing for a default, but then you have
>> to remember to do exclude=something (false?) to avoid the default
>> being used.
>>
>> It's more normal to use it to exclude header, footer, and side or the like.
>
> What about adding some more types?
>
> "type=-zones" comes to my mind first.
>
> And maybe one type matching these five:
> template*,site*,code*,action*,login*

These are excellent ideas, however the first one is not particularly
easy to do. And the second is doable easily enough already by creating
a custom system variable. Actually for that matter, why not just use a
snippet:

type1: type=-header,footer,side,top,bottom
type2: exclude=template*,site*,code*,action*,login*

Then in search function go [(search $$type1 $$type2)]

Of course you could customize whatever ways you want. even doing
something like: $$type1,right,otherzone.

Snippets get processed early on so they can be used for most any kind
of shortcuts you want. That's really the idea behind them. Anything
you find yourself typing over and over, make it into a little snippet.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to