Gossamer Forum
Home : Products : Links 2.0 : Customization :

Added DB Fields, how to get config to search them as well??

Quote Reply
Added DB Fields, how to get config to search them as well??
Hey guys,

I have added fields to the DB and I need some searchable. Do I just add them in the Links def where I assign a $name the value number of the field in the DB, or is there a place where I can get it to search them??

Thanks
Mike
Quote Reply
Re: Added DB Fields, how to get config to search them as well?? In reply to
Add the field number to the following array:

Code:
@search_fields

in the links.def file.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------








Quote Reply
Re: Added DB Fields, how to get config to search them as well?? In reply to
Thanks!

Mike
Quote Reply
Re: Added DB Fields, how to get config to search them as well?? In reply to
You're welcome.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------