KDRS Search & View can be configured using XML. Features can be extended by using a Ruby View
For an in-depth walkthrough of making this template and adding more features, see the guide.
<views> <version>0.1.0</version> <description>sakila movie database</description> <view> <name>movies</name> <table> <name>film</name> <title>movies</title> <fields>title,description,release_year</fields> <primarykey>film_id</primarykey> </table> </view> </views>