views:

73

answers:

1

How can I apply a higher rank to a search result if a search word was found in a specific column?

For example, if the search term is "King", and it was found in "LastName", I want that to be ranked higher than if it appears as part of "King Street" in the address.

How do I do that?

A: 

Check 2008 Books Online CONTAINSTABLE.

You may be able to use the column_name / column_list parms in combination with the weight_value to achieve your desired results.

Use column_name to apply more weight to LastName, and column_list for the others.

Jack Knows Jack