Is there a simple MySQL search script, written in PHP that i can build upon? I need it to search for every keyword, use the Porter Stemmer algorithm, and count occurrences and display results in a relevant order. Would also be useful if it could search multiple fields, but i can sort that bit.
I have attempted making my own, and have been looking for a good one for ages. It would just be easier if i had a definitely working base to start from.
Thanks.
I have attempted making my own, and have been looking for a good one for ages. It would just be easier if i had a definitely working base to start from.
Thanks.