Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
> Hi there.  On our website, we have a few sections of content we would like people to 
>be able to search, including:
> 
> * Mailing Lists      /mailinglists/archives/
> * Presentation       /presentations/
> * Meeting Minutes    /meeting/past/
> * All of the above   /
> * Everything EXCEPT
>   Mailing Lists
> 
> 
> Right now, the first four are trivial.  I simply provide a pulldown menu for the 
>"ul" form variable which looks something like:
> 
> <select name="ul">
> <option value="/">Entire Site
> <option value="/mailinglists/archives/">Mailing Lists
> <option value="/presentations/">Presentations
> <optionv alue="/meeting/past/">Meeting Minutes
> </select>
> 
> It's the last one which is giving me difficulty.  I tried a number
> of things so far, including:
> 
>    Tags - Couldn't seem to get anything tag-related to work!
>   
> I thought Tags or Categories would be the solution...  
> Doing something like this in the "indexer.conf" file:
> 
>   Server http://lugod.org/
> 
>   Tag 1
>   Server http://www.lugod.org/mailinglists/archives/
> 
> etc. Or SOMETHING. :(
> 


Try something like this inf your indexer.conf, them
use tag limit in search.htm:


Tag 1
Server http://www.lugod.org/mailinglists/archives/

Tag 2
Server http://www.lugod.org/mailinglists/presentations/

Tag 3
Server http://www.lugod.org/mailinglists/meeting/past/

# All of the above   /
# Everything EXCEPT
# Mailing Lists

Tag 4
Server http://www.lugod.org/



Reply: <http://www.mnogosearch.org/board/message.php?id=4952>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to