Full text search in boolean mode relevancy

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
murlopaz
Forum Commoner
Posts: 60
Joined: Wed Oct 11, 2006 5:02 pm
Location: Baltimore, MD, USA

Full text search in boolean mode relevancy

Post by murlopaz »

Has anybody experienced problems with the relevancy returned when searching in boolean mode?

I get 1 for everythig...
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

in 'boolean' mode you will either get a match (1) or not a match (0 / no result).

You'll have to then create a 'weight' field using the mysql functions.
Post Reply