Sha256: 0f5fe6265096b7425282513c3795016c4fab68a4859d85eab4e0aed4edfcbe9f

Contents?: true

Size: 312 Bytes

Versions: 5

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module LedgerClass
        class Searcher < LedgerSync::Adaptors::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/ledger_class/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb