Skip to content

Commit

Permalink
Filter out deprecated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Mar 16, 2018
1 parent d5d4047 commit 29919f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/src/components/searchbar-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
Stats,
RefinementList,
InfiniteHits,
Toggle,
} from "react-instantsearch/dom"
import { colors } from "../utils/presets"
import Link from "gatsby-link"
Expand Down Expand Up @@ -199,6 +200,7 @@ class Search extends Component {
attributeName="keywords"
defaultRefinement={[`gatsby-component`, `gatsby-plugin`]}
/>
<Toggle attributeName="deprecated" defaultRefinement={false} />
</div>

<div
Expand Down

0 comments on commit 29919f3

Please sign in to comment.