Skip to content

Commit

Permalink
Merge pull request #4554 from gatsbyjs/filter-deprecated
Browse files Browse the repository at this point in the history
Filter out deprecated packages
  • Loading branch information
m-allanson authored Mar 16, 2018
2 parents ec81533 + 29919f3 commit c99d788
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 c99d788

Please sign in to comment.