<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby on Rails Plugins Tagged: search</title>
    <link>http://agilewebdevelopment.com/plugins</link>
    <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
    <description>Ruby on Rails Plugins from AgileWebDevelopment.com</description>
    <item>
      <title>Acts as Ferret</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_ferret</link>
      <description>Mixin that uses ferret to automatically build and maintain an index for fast fulltext search within the data stored in a Rails model.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_ferret</guid>
      <author>Jens Kraemer, Kasper Weibel</author>
    </item>
    <item>
      <title>Searchable</title>
      <link>http://agilewebdevelopment.com/plugins/searchable</link>
      <description>Module for search-enabling models using Ferret (future: multiple backends)</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/searchable</guid>
      <author>Seth Fitzsimmons</author>
    </item>
    <item>
      <title>ZipCodeSearch</title>
      <link>http://agilewebdevelopment.com/plugins/zipcodesearch</link>
      <description>Adds radius-based location searches to your app.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/zipcodesearch</guid>
      <author>Doug Fales</author>
    </item>
    <item>
      <title>Active Search</title>
      <link>http://agilewebdevelopment.com/plugins/active_search</link>
      <description>ActiveSearch is a barbarian way to give your models a sparkle of fuzzy search, which most users will surely prefer to very specific forms.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/active_search</guid>
      <author>AgileWebDevelopment.com</author>
    </item>
    <item>
      <title>acts_as_solr</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_solr</link>
      <description>This plugin adds full text search capabilities using the Solr engine to any Rails model.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_solr</guid>
      <author>Thiago Jackiw</author>
    </item>
    <item>
      <title>acts_as_tsearch</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_tsearch</link>
      <description>Super simple full text search for any model if you're running against Postgresql for the database.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_tsearch</guid>
      <author>Ben Wiseley</author>
    </item>
    <item>
      <title>scan_fields</title>
      <link>http://agilewebdevelopment.com/plugins/scan_fields</link>
      <description>Alleviate's the need for long and ugly ActiveRecord::find search conditions by automatically searching all columns of a model.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/scan_fields</guid>
      <author>Jabberwock</author>
    </item>
    <item>
      <title>acts_as_fulltext_indexed</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_fulltext_indexed</link>
      <description>A MySQL-specific plugin that allows you to perform fulltext searching on models backed by InnoDB tables, so you get transactions, foreign keys, and row-level locking while retaining the power of fulltext search.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_fulltext_indexed</guid>
      <author>Chris Heald</author>
    </item>
    <item>
      <title>DynaCon</title>
      <link>http://agilewebdevelopment.com/plugins/dynacon</link>
      <description>Dynamically add search conditions before you call a Model.find</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/dynacon</guid>
      <author>Jabberwock</author>
    </item>
    <item>
      <title>SimplySearchable</title>
      <link>http://agilewebdevelopment.com/plugins/simplysearchable</link>
      <description>The main goal of SimplySearchable is to help you create a clean url to search in your controller and model.

This plugin adds a method to the controller named "search" that will find and filter the model data smartly from the search fields defined in its calling line

SimplySearchable recognizes three types of filters:
1. Exact values: like the title in the example above (acts_as_ferret implementation to come soon)
2. Belongs to associations: for those fields that ends with _id, like author_id in the example above
3. Has many association: for those fields that are in plural form, like comments in the example above</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/simplysearchable</guid>
      <author>Rida Al Barazi</author>
    </item>
    <item>
      <title>Acts As Indexed</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_indexed</link>
      <description>Fulltext search with zero-dependencies (No gems required) and a minimal setup. Maintains an index of content in your Rails models for fast query results.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_indexed</guid>
      <author>Douglas F Shearer</author>
    </item>
    <item>
      <title>acts_as_fulltextable</title>
      <link>http://agilewebdevelopment.com/plugins/acts_as_fulltextable</link>
      <description>Easily perform full text searches using MySQL</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/acts_as_fulltextable</guid>
      <author>Wonsys S.r.l.</author>
    </item>
    <item>
      <title>scoped_search</title>
      <link>http://agilewebdevelopment.com/plugins/scoped_search</link>
      <description>Search your models using a named scope.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/scoped_search</guid>
      <author>Willem van Bergen</author>
    </item>
    <item>
      <title>Searchlogic</title>
      <link>http://agilewebdevelopment.com/plugins/searchgasm</link>
      <description>Object based ActiveRecord searching, paginating, ordering, and more!</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/searchgasm</guid>
      <author>Ben Johnson</author>
    </item>
    <item>
      <title>ez_where</title>
      <link>http://agilewebdevelopment.com/plugins/ez_where</link>
      <description>This plugin augments ActiveRecord::Base#find to add ruby like syntax for queries.</description>
      <pubDate>Fri, 19 May 2006 02:45:09 GMT</pubDate>
      <guid>http://agilewebdevelopment.com/plugins/ez_where</guid>
      <author>Ezra Zygmuntowicz &amp; Fabien Franzen</author>
    </item>
  </channel>
</rss>
