Fulltext searching array of strings
Posted
by Gotys
on Stack Overflow
See other posts from Stack Overflow
or by Gotys
Published on 2010-06-05T10:45:45Z
Indexed on
2010/06/05
10:52 UTC
Read the original article
Hit count: 264
I have a PHP array of strings: ie: "Big green car parked outside"..etc
I would like to perform boolean search operations on these strings, similar to MySQL fulltext searching , or Sphinx Searching.
For example, I would like to find all strings containing word "green" but not "car"
Does anyone know of any existing PHP classes or libraries which would help me accomplish this ? Or can anyone suggest any google terms I could search for ?
Thank you in advance!
© Stack Overflow or respective owner