Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

searching additional tables from admin and public view

Quote Reply
searching additional tables from admin and public view
Hi all,

I'm still working on my modifications in which I added a table that allows the user to classify a link as existing in one or more industries. So I have a table, "industries" that has like 20 entries. I also have a table called IndustryLinks that behaves essentially the same as the CatLkinks relational table. It stores IndustryID/LinkID. (my system is set up for multi category select).

Now I want to enable the new table to be searched in the admin database view similar to how the search works for the Categories. For example, if you select a category from the category list and leave all the other form fields blank, seach will return a list of all the links in that category.

Can I do this for the new table?

Thanks,
Mike