Sha256: 79ab7b780d96958f2de67f7689df65c680071e9a9306a2fe281fe607233e7802

Contents?: true

Size: 194 Bytes

Versions: 10

Compression:

Stored size: 194 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/query.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/query.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/query.rb
thinking-sphinx-3.3.0 lib/thinking_sphinx/query.rb
thinking-sphinx-3.2.0 lib/thinking_sphinx/query.rb
thinking-sphinx-3.1.4 lib/thinking_sphinx/query.rb
thinking-sphinx-3.1.3 lib/thinking_sphinx/query.rb
thinking-sphinx-3.1.2 lib/thinking_sphinx/query.rb
thinking-sphinx-3.1.1 lib/thinking_sphinx/query.rb
thinking-sphinx-3.1.0 lib/thinking_sphinx/query.rb