Search ​Search

yaml
type: "io.kestra.plugin.typesense.search"
yaml
id: typesense_search
namespace: company.team

tasks:
  - id: search
    type: io.kestra.plugin.typesense.Search
    apiKey: "{{ secret('TYPESENSE_API_KEY') }}"
    port: 8108
    host: localhost
    collection: Countries
    query: Paris
    queryBy: capital
    filter: "countryName: [France, England]"
    sortBy: "gdp:desc"
Properties
Format uri