Sha256: 25f567fc77f60851e999448e6c6495e85dc4b38e2a26423b7c01809eee06bc75

Contents?: true

Size: 225 Bytes

Versions: 17

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

module ThinkingSphinx::Query
  def self.escape(query)
    Riddle::Query.escape query
  end

  def self.wildcard(query, pattern = true)
    ThinkingSphinx::Wildcard.call query, pattern
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
thinking-sphinx-5.6.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.5.1 lib/thinking_sphinx/query.rb
thinking-sphinx-5.5.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.4.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.3.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.2.1 lib/thinking_sphinx/query.rb
thinking-sphinx-5.2.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.1.0 lib/thinking_sphinx/query.rb
thinking-sphinx-5.0.0 lib/thinking_sphinx/query.rb
thinking-sphinx-4.4.1 lib/thinking_sphinx/query.rb
thinking-sphinx-4.4.0 lib/thinking_sphinx/query.rb
thinking-sphinx-4.3.2 lib/thinking_sphinx/query.rb
thinking-sphinx-4.3.1 lib/thinking_sphinx/query.rb
thinking-sphinx-4.3.0 lib/thinking_sphinx/query.rb
thinking-sphinx-4.2.0 lib/thinking_sphinx/query.rb
thinking-sphinx-4.1.0 lib/thinking_sphinx/query.rb
thinking-sphinx-4.0.0 lib/thinking_sphinx/query.rb