@appbaseio/reactivesearch-vue 1.16.0-alpha.45 → 1.16.0-alpha.46

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.
@@ -5209,7 +5209,7 @@
5209
5209
  }
5210
5210
 
5211
5211
  return {
5212
- _term: sortBy
5212
+ _key: sortBy
5213
5213
  };
5214
5214
  }
5215
5215
 
@@ -32972,6 +32972,7 @@
32972
32972
  rsAPISettings.customEvents = utils_2(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
32973
32973
  }
32974
32974
 
32975
+ console.log('FINAL QUERY', JSON.stringify(finalQuery));
32975
32976
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
32976
32977
  handleRSResponse(res);
32977
32978
  })["catch"](function (err) {
@@ -32990,7 +32991,7 @@
32990
32991
  });
32991
32992
  }
32992
32993
 
32993
- var version = "1.16.0-alpha.45";
32994
+ var version = "1.16.0-alpha.46";
32994
32995
 
32995
32996
  var _templateObject$o, _templateObject2$b;
32996
32997