I have a MySQL search on my page that matches up a keyword that is entered in to all the pages of my site, like a search engine. I need to limit my searches and noticed the "AS relev." Does that list the MySQL fields being searched in order of their importances? I would like to have the search look first in the title tag, keywords and main content before looking at the other fields to improve the search results. Any ideas?