ok i am trying to make a search engine like ebay,
when they search for an item, i want to display the categories the auctions belongs too(the top level ones with the number of times occured),
my structure is like
id, cat_id, parent_id, name for categories
how can i do it?
any ideas