From 2c991534ed30fb5bfad16df9a443672ec9f1dc12 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:43:06 +0100 Subject: [PATCH] Re-enable search --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3901c86d..b2113fb6 100644 --- a/config.toml +++ b/config.toml @@ -76,7 +76,7 @@ description = "Guidelines for when Developing AL for Microsoft Dynamics 365 Busi languageName = "English" title = "alguidelines.dev - Business Central Design Patterns" # Weight used for sorting. -weight = 1 +#weight = 1 # Everything below this are Site Params @@ -90,6 +90,7 @@ shorttitle = "alguidelines.dev" # Google Custom Search Engine ID. Remove or comment out to disable search. # gcs_engine_id = "c632b781ffe71b197" #algolia_docsearch = true +offlineSearch = true # current release branch - could be rc release_branch = "master"