From 6e8772b42dc0bd579ffdfe0fd828abe704adf788 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 29 Jul 2020 21:17:25 +0530 Subject: [PATCH] feat: don't index blog category --- frappe/website/doctype/blog_category/blog_category.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/website/doctype/blog_category/blog_category.json b/frappe/website/doctype/blog_category/blog_category.json index 975ae73829..b2180047cd 100644 --- a/frappe/website/doctype/blog_category/blog_category.json +++ b/frappe/website/doctype/blog_category/blog_category.json @@ -48,10 +48,9 @@ "has_web_view": 1, "icon": "fa fa-tag", "idx": 1, - "index_web_pages_for_search": 1, "is_published_field": "published", "links": [], - "modified": "2020-07-21 16:25:18.759447", + "modified": "2020-07-29 21:14:47.210446", "modified_by": "Administrator", "module": "Website", "name": "Blog Category",