I am making a little search algorithm at the moment, and I am wondering if MySQL fulltext searches weight keywords in order of appearance?
For example:
Search Term: php macaroni pizza custard
In a fulltext search, is PHP more “relevant” than custard? Or are they both equal?
The mySQL manual, if I read it correctly, says there is no distinction:
–