Giza.SphinxQL.match
You're seeing just the function
match
, go back to Giza.SphinxQL module for more information.
Link to this function
match(query, search_phrase)
Returns a SphinxQL query augmented with a where clause which will be formated as a MATCH query, a common way of asking Sphinx for search matches on a word or phrase (word bag)
Examples
iex> Giza.SphinxQL.new() |> Giza.SphinxQL.match("Subetei the Swift")