Giza.Http.where

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

where(http_query, where)

Returns an api query augmented with a free form where clause. Usually not needed as other helpers will format most types of where queries.

Examples

iex> Giza.Http.new() |> Giza.Http.where("MATCH('tengri')")