Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Nov 12, 2024
1 parent 25803fb commit 9c661c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11316,7 +11316,6 @@ var styles_default22 = {
// src/components/search-results/index.tsx
import { jsx as jsx59, jsxs as jsxs47 } from "react/jsx-runtime";
var SearchResults = () => {
const { locale } = useContext16(LibraryContext);
const router = useRouter7();
const { filterSelectedSection, ocurrenceCount } = useContext16(SearchContext);
const filters = filterSelectedSection ? `doctype: "${filterSelectedSection}"` : "";
Expand Down Expand Up @@ -11355,8 +11354,8 @@ var SearchResults = () => {
filters,
query: router.query.keyword,
clickAnalytics: true,
hitsPerPage: 6,
facets: ["doctype"],
facetFilters: [`language:${locale}`],
facetingAfterDistinct: true
}
),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

0 comments on commit 9c661c4

Please sign in to comment.