Sha256: 9c9987bf6c771a70cd8e127b33a26ebef7834cf9d8aa8e20269b2929ae7ce71c

Contents?: true

Size: 284 Bytes

Versions: 8

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb