Working with the Rakun Search API

Rakun is built on Meilisearch. Meilisearch is a great search engine written in Rust for ultimate speed. I also have built Rezi on Meilisearch as well. Great product and great company. Big thanks to Meilisearch for providing a great search engine.

Because everything is based on Meilisearch, this documentation is a bit short. For more documentation on the extent of use and details for Meilisearch (as well as usage for other languages), read their documentation.

❗️

For searching, you will need to use the public search API key. It is available here:

023d0fbdab50142969190895f74373f8fd907a812b4481cbec6979abe6e2f253

📘

The public key only has access to the following items: search, documents.get, indexes.get, and stats.get.