File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1+ import { MeiliSearch } from 'meilisearch'
12import {
2- AlgoliaMultipleQueriesQuery ,
3- AlgoliaSearchResponse ,
4- InstantMeiliSearchInstance ,
53 InstantMeiliSearchOptions ,
4+ InstantMeiliSearchInstance ,
5+ AlgoliaSearchResponse ,
6+ AlgoliaMultipleQueriesQuery ,
67 SearchContext ,
78} from '../types'
8- import { SearchCache , cacheFirstFacetDistribution } from '../cache/'
99import {
10- SearchResolver ,
11- adaptSearchParams ,
1210 adaptSearchResponse ,
11+ adaptSearchParams ,
12+ SearchResolver ,
1313} from '../adapter'
14-
15- import { MeiliSearch } from 'meilisearch'
16- import { constructClientAgents } from './agents'
1714import { createSearchContext } from '../contexts'
15+ import { SearchCache , cacheFirstFacetDistribution } from '../cache/'
16+ import { constructClientAgents } from './agents'
1817
1918/**
2019 * Instanciate SearchClient required by instantsearch.js.
You can’t perform that action at this time.
0 commit comments