Full-Text Search Algorithm in Javascript

added by JavaScript Kicks
3/23/2015 2:42:26 AM

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