<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 06:04:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[php|architect: Full-text Search with SQLite]]></title>
      <guid>http://www.phpdeveloper.org/news/17128</guid>
      <link>http://www.phpdeveloper.org/news/17128</link>
      <description><![CDATA[<p>
On the php|architect site there's a recent tutorial from <i>Jeremy Kendall</i> about <a href="http://www.phparch.com/2011/11/full-text-search-with-sqlite/">full-text searching in SQLite</a>, a lightweight database alternative that, since it's stored locally, can be used without a full database server.
</p>
<blockquote>
Full-text search with SQLite is so ridiculously easy to implement, there are only two valid reasons you haven't done it yet. The first is you don't need the full-text capability, and the second is you didn't know it could be done.
</blockquote>
<p>
In his method he creates a full-text search table (using fts4) and populating it with your data. You can use the "MATCH" keyword in your SQL to find the closest matches and even handy modifiers like "NEARBY", wildcards and token/prefixes in queries. For more detailed information, check out the <a href="http://www.sqlite.org/fts3.html">SQLite documentation</a> for a full guide.
</p>]]></description>
      <pubDate>Tue, 15 Nov 2011 09:53:50 -0600</pubDate>
    </item>
  </channel>
</rss>
