Hi all,
I wonder if anyone could point me in the right direction. In the past I have used simple PHP search engines scripts on my site which work fine. However, there is one thing I need to do, but cannot find where to even start! I need to be able to configure the search engine to display results not in "best match" format, but rather in "keyword pertains to x page" format. To explain this, an example would be:
In a normal search script, if you search for "seaside" the results would be by best match, so the first page to contain the word "seaside" would be the first result.
I want it to work like this: If you search for "seaside" the script would see that I have the word "seaside" linked to southend.php & clacton.php and would go to those pages first and then all other pages containing "seaside" afterwards.
It's basically the same concept as google.com etc putting particular sites higher up the search engine because they pay higher premiums.
Does anyone know where I could find a script I could modify for this, or better still, how I could do this myself?
Any help appreciated.
Jonathen