search for: homesearch

Displaying 2 results from an estimated 2 matches for "homesearch".

Did you mean: home_search
2006 Sep 27
0
To render or redirect
Hi guys, I have been using this code for a while and on the whole it works well. # Display the search page def search @breadcrumb_title = ''Search'' if request.get? @home_search = HomeSearch.new else request.post? @home_search = HomeSearch.new(params[:home_search]) @search_conditions = Home.search_homes(params).to_sql if @home_search.valid? @homes = Home.find(:all, :conditions=> (@search_conditions)) if @homes.empty? flash_message ''Y...
2006 Jan 31
11
ez_where plugin updated features.
Friends- I wanted to let people know that there is a new experimental release of this plugin. I would love feedback on syntax and features. There is now a full test suite with fixtures that covers all the available syntax. Look at the test suite for more syntax possibilities. There have been many additions since my last release. Fabien Atelier has been working on this with me and has