Skip to content

Commit

Permalink
Add "Documentation" type to the search-indexer (opensearch-project#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMoo-Miki authored and Miki committed Oct 20, 2021
1 parent a9519e7 commit 407d5b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _plugins/search-indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 407d5b7

Please sign in to comment.