Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Can you search on categories?

Quote Reply
Can you search on categories?
In my test database, I try typing in a string I have defined as a category, and it returns an error saying no matching records. Is there something I have to turn on to get it to search on categories?
Quote Reply
Re: Can you search on categories? In reply to
Go into links.def and change:

Quote:
# Field names you want to allow visitors to search on:
@search_fields = (1,2,5);

to:

Quote:
# Field names you want to allow visitors to search on:
@search_fields = (1,2,4,5);

I hope this helps.
Quote Reply
Re: Can you search on categories? In reply to
Thanks! That seems to work (except it won't work for empty categories. Not likely people will search on an empty category, but it wasn't until I inserted a link under the category that the search actually returned the category string I was looking for. That'll teach me to work smarter, eh?)

Thanks for you prompt response - you guys are truly the greatest!!!