So strange searching

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”?