Giza.SphinxQL.where

You're seeing just the function where, go back to Giza.SphinxQL module for more information.
Link to this function

where(query, where)

Returns a SphinxQL query with a where clause added. A string representing the whole where part of your query is the only accepted input. Often used for filtering as =/IN/etc map directly to attribute filters.

Examples

iex> Giza.SphinxQL.new() |> Giza.SphinxQL.where("MATCH('tengri') AND room = 'mongol lounge'")