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

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,13 @@
32972
32972
  rsAPISettings.customEvents = utils_2(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
32973
32973
  }
32974
32974
 
32975
+ console.log('APPBASE REF', JSON.stringify({
32976
+ index: appbaseRef.app,
32977
+ url: appbaseRef.url,
32978
+ credentials: appbaseRef.credentials
32979
+ }));
32980
+ console.log('FINAL QUERY', JSON.stringify(finalQuery));
32981
+ console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
32975
32982
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
32976
32983
  handleRSResponse(res);
32977
32984
  })["catch"](function (err) {
@@ -32990,7 +32997,7 @@
32990
32997
  });
32991
32998
  }
32992
32999
 
32993
- var version = "1.16.0-alpha.45";
33000
+ var version = "1.16.0-alpha.48";
32994
33001
 
32995
33002
  var _templateObject$o, _templateObject2$b;
32996
33003