Hi, I would like to know if I can integrate Typese...
# community-help
x
Hi, I would like to know if I can integrate Typesense into Joomla. Is there a way to fetch data from JReviews (a Joomla plugin) that will be used for Typesense? Thank you so much!
j
Typesense offers a REST API, so it can be accessed from any platform.
We don't have an out of the box integration with Joomla, so you would have to write a scheduled job that periodically pushes the data into Typesense
🙌 1
Here's a guide on syncing data into Typesense: https://typesense.org/docs/guide/syncing-data-into-typesense.html
x
Thank you for this!