Sha256: d960addf7c34cffe549f5c9d256d63a529150a376b6213bd62bef1776240d619

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb