I see this too. It's almost as if F/R is turning the decimal number into a whole integer when it sees zero cents, implying it is searching for the string "134" anywhere in the amount.
Obviously, you can get better results using Exact or Ends With rather than Contains.