remark : some spaces were erroneously inserted before the word "the"
when I formatted the email, and are not present in the real code.

So

  >     => #<Country id: 11, name: "  the">
  >   ..
  >  >> reload! ; Country.rebuild_index  ; Country.find_by_contents("  the")


should read :

  >  => #<Country id: 11, name: "the">
  > ..
  >  >> reload! ; Country.rebuild_index  ; Country.find_by_contents("the")
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to