Marketplace

Typesense

Data & Storage

Typesense search driver.

togo-framework
bash
togo install togo-framework/search-typesense

Install

bash
togo install togo-framework/search-typesense

search-typesense

A Typesense driver for togo full-text search.

Registers the typesense driver on the search plugin.

Install

sh
togo install togo-framework/search-typesense

Then in .env:

sh
SEARCH_DRIVER=typesense
TYPESENSE_HOST=https://xxx.a1.typesense.net
TYPESENSE_API_KEY=your-key
TYPESENSE_QUERY_BY=title,body,name   # the collection's queryable fields

Typesense requires the searchable fields via query_by — set TYPESENSE_QUERY_BY to your collection's text fields (defaults to title,body,name).

License

MIT


<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>