From 54a40f2f6c2011aab4e5d6c52ae212b7ec39db53 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Tue, 8 Aug 2023 16:59:05 +0100 Subject: [PATCH] Add note about updating search index after release (#6143) Signed-off-by: Charlie Egan --- docs/devel/RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/devel/RELEASE.md b/docs/devel/RELEASE.md index 90c9e0fb7a..8a8ce9f90d 100644 --- a/docs/devel/RELEASE.md +++ b/docs/devel/RELEASE.md @@ -155,6 +155,9 @@ standard GitHub fork workflow. See [OPA Dev Instructions](DEVELOPMENT.md) ```bash curl -X POST -d {} https://api.netlify.com/build_hooks/612e8941ffe30d2902bcce80 ``` +- The Algolia search index is automatically updated when the site is crawled daily at 20:30 (UTC). The + crawling process takes around 25 minutes to complete and can be triggered from + [crawler.algolia.com](https://crawler.algolia.com) (login details required). # Bugfix Release Process