I want to add search functionality to my site (think of a classifieds site, something like craigslist where users post items to sell).
Currently I am using mysql for storage, and nothing else. Is searching directly at the database via queries the best way? It seems illogical to perform a linear search at a large mysql table using a 'like' statement. I'm sure there's a better way, anyone implemented a successful (fast, memory-friendly) search feature in a web 2.0 site? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
