Re: An easy text search algoritm

2006-10-26 Thread teemow
there is a tutorial how to use lucene with cakephp in the bakery: http://bakery.cakephp.org/articles/view/102 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to ca

An easy text search algoritm

2006-10-25 Thread Emils
I'v never done any serious search in PHP more than WHERE something LIKE %something% but wanted to try a own idea so I would be able to search for word in my content. My algorim works like this: User submits a title + body. When posted I create split all words and add them to a database table. Al