Skip to content

Commit

Permalink
remove filters from advanced search
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Nov 8, 2023
1 parent c2662ca commit f20568c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/search/advanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ import type {
} from "../../src/types/searchTypes"
import { getQueryString } from "../../src/utils/searchUtils"

import ItemFilterContainer from "../../src/components/ItemFilters/FiltersContainer"
import { normalAggs } from "../../__test__/fixtures/testAggregations"

/**
* The Advanced Search page is responsible for displaying the Advanced Search form fields and
* buttons that clear the fields and submit a search request.
Expand Down Expand Up @@ -125,7 +122,6 @@ export default function AdvancedSearch() {
}
/>
)}
<ItemFilterContainer itemAggs={normalAggs} />
<Heading level="two">Advanced Search</Heading>
<Form
id="advancedSearchForm"
Expand Down

0 comments on commit f20568c

Please sign in to comment.