# File tokyotyrant.rb, line 1362
    def searchout()
      args = @args.dup
      args.push("out")
      @hint = ""
      rv = @rdb.misc("search", args, 0)
      return false if !rv
      _popmeta(rv)
      return true
    end