Hi, I have got a search I am using which some one setup for me… I am having a couple troubles - 1. It doesn’t really work all that well, 2. Not 100% sure how to fix it - I believe it is something to do with the search strings not searching the correct tables, which I am assuming are in the install.php
Here are links to the relevant code etc.
http://www.lostmisfitdesign.com/search/search_index.txt - This is the main PHP code, I think in here is where I need to match the search string to FULLTEXT (``) for each section.
http://www.lostmisfitdesign.com/search/search_template.txt - This is just the template file that has the search form itself in, I don’t think there is a problem with this, but I am not 100% sure.
http://www.lostmisfitdesign.com/search/install_tables.txt - Here you can see the tables installed where the search strings need to locate, I think it’s the FULLTEXT (``) at the bottom of each section that needs to be connected to a search string.
I have been doing simple PHP for a while now, and this may be simple but I am finding it difficult to suss this out. If anyone has a small bit of time to have a look at this and see if they know what the problem is I would really appreciate it very much.
Thank you for your time.
Paul