sql - FTS: Searching across multiple fields 'intelligently' -


I have an SP using FTS (full text search). I am searching for searches in many areas, 'wisely' ranking results based on the weight I handed.

Search on the scene to fetch data from tables: book, author and style

Now, I want to be able to do the finder: "Ludlem fiction", "Robert Ludlum Born "," Bourne Ludum ", etc.

Unfortunately, the only way I am able to do this now is:

This is very bad because I manually break the search string. I know I'm doing it completely wrong, but I do not understand the correct method to search in many areas in FTS. Can anyone help?

on your example; How is your dictionary setup? You may want to add your authors to your dictionary, which will probably solve the issue of Al Pacino (also make sure that your authors are noisy words.)

Using the search Deep search can get better results. We have pushed our users (which are the internal staff) to take them to Bullion searches, because Google will ask for it, for example, Robert Ludlum and Born


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -