I use acts_as_ferret and have one document with title = “bugaga1”
Artist.find_by_contents(‘bugaga’).size # => 0
Artist.find_by_contents(‘bugaga1’).size # => 1
Why? Can I config ferret that he can find “bugaga1” by requesting
“bugaga”?
I use acts_as_ferret and have one document with title = “bugaga1”
Artist.find_by_contents(‘bugaga’).size # => 0
Artist.find_by_contents(‘bugaga1’).size # => 1
Why? Can I config ferret that he can find “bugaga1” by requesting
“bugaga”?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs