Skip to content

Commit

Permalink
Adapt search.js to instantsearch.js v4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 18, 2023
1 parent fc9d839 commit fe773e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import instantsearch from 'instantsearch.js';
import algoliasearch from 'algoliasearch-helper';
import algoliasearch from 'algoliasearch';
import { searchBox, hits, configure } from 'instantsearch.js/es/widgets';

export default function (projectSlug, versionSlug, searchBoxSettings) {
Expand Down
1 change: 1 addition & 0 deletions source/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $fa-font-path: '../../node_modules/@fortawesome/fontawesome-free/webfonts';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/brands';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/regular';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/solid';
@import '../../node_modules/instantsearch.css/themes/satellite.css';

$doctrine-orange: #fa6a3c;
$doctrine-light-blue: #2e6bc8;
Expand Down

0 comments on commit fe773e5

Please sign in to comment.