Module Typesense.Search

module Result : sig ... end
val search_collection : collection_name:string -> search_parameters:string -> t -> unit -> Result.t

Search for documents in a collection

Search for documents in a collection that match the search criteria.

  • parameter collection_name

    The name of the collection to search for the document under