Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
Typesense
Data & StorageTypesense search driver.
togo-framework
bash
togo install togo-framework/search-typesenseInstall
bash
togo install togo-framework/search-typesensesearch-typesense
A Typesense driver for togo full-text search.
Registers the typesense driver on the search plugin.
Install
sh
togo install togo-framework/search-typesenseThen 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— setTYPESENSE_QUERY_BYto your collection's text fields (defaults totitle,body,name).
License
MIT
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>