Hi I want to set up a search facility for my software directory. I was trying to create a script that search my database, but i am not satisfied with the results. Does anyone know if i can find a script to do the job?
1] What is the database are you using? 2] What is the scripting language are you using? If you are using MySQL, you can try by applying "FullText" If you are not a programmer, a simple method is using Google Search box
mm.. refer this article, http://www.devarticles.com/c/a/MySQL/Getting-Started-With-MySQLs-Full-Text-Search-Capabilities/ which may help you
thanks for the article. I managed to make a very easy search engine based on the informations from it. Now I have to work a little on design aspects.