297 Views
On March 22, 2015 Full-text search, unlike most of the topics in this machine learning series, is a problem that most web developers have encountered at some point. A client asks you to put a search field somewhere, and you write some SQL along the lines of WHERE title LIKE %:query%.
0 comments