@abi-software/map-side-bar 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -194,7 +194,9 @@ export default {
194
194
  this.algoliaClient.search(getFilters(filters), query, this.numberPerPage, this.page).then(searchData => {
195
195
  this.numberOfHits = searchData.total
196
196
  this.discoverIds = searchData.discoverIds
197
- this.searchSciCrunch({'dois':this.dois})
197
+ this.dois = searchData.dois
198
+ this.results = searchData.items
199
+ this.searchSciCrunch({'dois': this.dois})
198
200
  })
199
201
  },
200
202
  filtersLoading: function (val) {