search for: site_search

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

Did you mean: rsitesearch
2008 Jan 04
0
Records not in search results until I recreate record index
our object A has three properties title - a straight db field, open_for_search - a method which returns yes or no site_search - which is a list of codes based on a has_many relationship so our api accepts a title and a list of sites creates object A with object = Object.new object.title = thetitle sites = Site.find_all_by_whatever([whatever]) object.save object.sites << sites Then because sites were added after...
2006 Jan 29
3
Persistent form data (using sessions?)
Hi all, I''ve been struggling with this problem for the past 2 days and still haven''t found a good solution - any help would be appreciated! I have a ''list'' page that lists all products from a DB. On top of that listing I have a little box where the user can specify ''filter'' parameters (eg, book name equals ''foo''). The