Hello,
What I need to do is searching from companies and tags table and listing companies.
My table structure is as follows;
tags (tag_ID, tag) tag_relation (tag_ID, company_ID) companies (company_ID, company_name, company_description)
The query should be able to search both company info (name, description) and tags. If tag searched, related companies should return.