Skip to content

Commit

Permalink
Merge branch 'instantsearch' of github.com:rapidez/core into instants…
Browse files Browse the repository at this point in the history
…earch
  • Loading branch information
royduin committed Jan 22, 2025
2 parents 6f3023d + 9c44d67 commit 87870e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/js/components/Listing/Listing.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import InstantSearch from 'vue-instantsearch'
import Client from '@searchkit/instantsearch-client'
import Searchkit from "searchkit"
import Searchkit from 'searchkit'
import deepmerge from 'deepmerge'
import { history as historyRouter } from 'instantsearch.js/es/lib/routers'
Expand Down Expand Up @@ -100,14 +100,14 @@ export default {
sorting: {
default: {
field: '_score',
order: 'desc'
order: 'desc',
},
_rated_desc: {
field: 'rated',
order: 'desc'
}
order: 'desc',
},
},
}
},
})
// console.log(this.facets)
Expand Down

0 comments on commit 87870e3

Please sign in to comment.