posted 17 years ago
My working search does not working on associated objects. I'm trying to find a business in a given city (ex. "Pizza Hut" in "Florida). I have 3 tables BUSINESS, ADDRESS and BUSINESS_ADDRESS, where Business_Address is the intermediate table. The primary key in the BUSINESS_ADDRESS table is "Business_Address_Id" and "business_Id" and "address_Id" are foreign keys.
Can you tell me what I'm doing wrong in my 3 class configuration:
BUSINESS table
ADDRESS table:
BUSINESS_ADDRESS table:
FULLTEXT QUERY: