From 1e457751b7a4d38ff8a7509a3cddcef1a1100a87 Mon Sep 17 00:00:00 2001 From: mateonunez Date: Sun, 18 Dec 2022 15:48:39 +0100 Subject: [PATCH] chore(ecosystem): rename fastify-lyra plugin --- docs/Guides/Ecosystem.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index f769926dc3..53bcea2a19 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -387,6 +387,9 @@ section. - [`fastify-lured`](https://github.com/lependu/fastify-lured) Plugin to load lua scripts with [fastify-redis](https://github.com/fastify/fastify-redis) and [lured](https://github.com/enobufs/lured). +- [`fastify-lyra`](https://github.com/mateonunez/fastify-lyra) + A plugin to implement [Lyra](https://github.com/LyraSearch/lyra) search engine + on Fastify. - [`fastify-mailer`](https://github.com/coopflow/fastify-mailer) Plugin to initialize and encapsulate [Nodemailer](https://nodemailer.com)'s transporters instances in Fastify.