errors.rb
Path:
lib/search_api/errors.rb
Last Update:
Tue Dec 04 09:23:12 +0100 2007
This modules provides a framework for encapsulating and performing searches.
SearchApi::Search
module holds the abstract search features and behaviors.
SearchApi::Bridge
module allows
SearchApi::Search
to apply to actual classes, and particularly to
ActiveRecord::Base
.
SearchApi::Integration
makes
ActiveRecord
transparently use search features.
[Validate]