Sha256: e7af44dd4fe19bc56b3ceaab5b42a17ef2d521ee829ca3bf0cbbb6e0b6934603
Contents?: true
Size: 812 Bytes
Versions: 96
Compression:
Stored size: 812 Bytes
Contents
## Activescaffold Advanced Search Plugin Enables you search on specific fields: * string, text, integer and boolean columns * multiple condtions: AND / OR --------------- #### Usage Add the following to your application.rb (or application_controller.rb for rails > 2.3) ActiveScaffold.set_defaults do |conf| conf.actions.exclude :search conf.actions.add :advanced_search end This will activate the advanced search plugin for all your controllers. Ofcourse, you can also do this only for a specific controller. --------------- #### TODO * search on date columns * grouping of AND / OR conditions --------------- #### WARNING: Does not work with Prototype 1.5.0 due to an error in how it serializes forms. Has been tested with 1.6.0.2.
Version data entries
96 entries across 96 versions & 1 rubygems