acts_as_ferret :fields => {
    :name => {:},
    :desc => {},
    :start_date => {}
  }


  def start_date
    self.start_datetime.strftime("%Y%m%d")
  end


Now that I am strong start_date in YYYYMMDD format, I want to search for
all event in between 20070506 and 20070809

What will my query look like when I am using aaf. This one doesn't work
  Event.find_id_by_contents("start_date:[20070506 20070809])

I know how it works with native Ferret but can't seem to integrate with
aaf.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to