Sha256: 6d57e168ea0e81e2a0b0bd8a21da7f6649bd2a3c8728be05d9784c0319ff11ea

Contents?: true

Size: 231 Bytes

Versions: 11

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module QuickBooksOnline
    class Vendor
      class Searcher < Searcher
        def query_string
          "DisplayName LIKE '%#{query}%'"
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ledger_sync-quickbooks_online-1.0.0 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.4.0 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.3.1 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.3.0 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.6 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.5 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.4 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.2 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.1 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.2.0 lib/ledger_sync/quickbooks_online/vendor/searcher.rb
ledger_sync-quickbooks_online-0.1.1 lib/ledger_sync/quickbooks_online/vendor/searcher.rb