Sha256: 9415810d536f433eeaf69052878896a183fed56f99e2b5810cd58d430bbfd5d2

Contents?: true

Size: 286 Bytes

Versions: 5

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb