From 407d5b798eb25115ced88a1d77e4536b51af0631 Mon Sep 17 00:00:00 2001 From: Miki Date: Wed, 22 Sep 2021 16:11:59 -0700 Subject: [PATCH] Add "Documentation" type to the search-indexer (#3) --- _plugins/search-indexer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_plugins/search-indexer.rb b/_plugins/search-indexer.rb index 4f052c3f6f..19c05725ad 100644 --- a/_plugins/search-indexer.rb +++ b/_plugins/search-indexer.rb @@ -61,7 +61,8 @@ def self.add(page) url: url, title: page.data["title"], content: content, - collection: collection + collection: collection, + type: "Documentation" } @data.push(data)