I'm trying to make a detailed search engine for my web site.
The keywords are being searched in multiple fields and tables. For example, using keywords:
- uludag
- university
These keywords are being searched in the education
, address
, contactname
, and contactsurname
fields in my Members
table.
I have to do it so because there must be only one input field for user.
Everything is fine until here, what I want to do is to show the user that this keyword was found on which field? I want to show a field named "Hits".
I'm using SQL Server 2008 and Full-text searching.
You can see an example of what I want to do from xing advanced search section.