From 5c7f2bdcdd88345789122b9a1759ca071f340c68 Mon Sep 17 00:00:00 2001
From: Braden MacDonald <braden@opencraft.com>
Date: Mon, 8 Jul 2024 03:47:13 -0700
Subject: [PATCH] feat: Add meilisearch plugin to redwood & nightly contrib
 index

---
 contrib/nightly/plugins.yml | 9 +++++++++
 contrib/redwood/plugins.yml | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/contrib/nightly/plugins.yml b/contrib/nightly/plugins.yml
index e05d533..90438e3 100644
--- a/contrib/nightly/plugins.yml
+++ b/contrib/nightly/plugins.yml
@@ -15,3 +15,12 @@
   description: |
     Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
     The specific mechanisms are HPA and VPA.
+
+- name: meilisearch
+  src: -e git+https://github.com/open-craft/tutor-contrib-meilisearch@main#egg=tutor-meilisearch
+  url: https://github.com/open-craft/tutor-contrib-meilisearch
+  author: OpenCraft
+  maintainer: OpenCraft
+  description: |
+    Tutor plugin to install Meilisearch and enable course content search in Studio.
+    See the README on GitHub for further setup instructions.
diff --git a/contrib/redwood/plugins.yml b/contrib/redwood/plugins.yml
index e594208..58f9006 100644
--- a/contrib/redwood/plugins.yml
+++ b/contrib/redwood/plugins.yml
@@ -15,3 +15,12 @@
   description: |
     Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
     The specific mechanisms are HPA and VPA.
+
+- name: meilisearch
+  src: -e git+https://github.com/open-craft/tutor-contrib-meilisearch@v18.0.0#egg=tutor-meilisearch
+  url: https://github.com/open-craft/tutor-contrib-meilisearch
+  author: OpenCraft
+  maintainer: OpenCraft
+  description: |
+    Tutor plugin to install Meilisearch and enable course content search in Studio.
+    See the README on GitHub for further setup instructions.