opensearch

0.0.3 • Public • Published

Alibaba OpenSearch

WIKI

begin with

tnpm install opensearch

#search

var config = {
  clientId: '',
  clientSecret: '',
  apiUrl: ''
};
var client = new CloudSearchClient(config.clientId, config.clientSecret, config.apiUrl);
var queryParams = { 
  filter: 'seller_id=770469435 AND category_level=2 AND category_level1=30 AND category_level2=50000436',
  sort: '-reserve_price',
  page: 1,
  page_size: 5 
};
client.search('beauty', queryParams, function (err, data) {
  // { 
  //   result: { searchtime: 0.136,
  //    total: 14,
  //    num: 5,
  //    viewtotal: 14,
  //    items: [ [Object], [Object], [Object], [Object], [Object] ] 
  //   },
  //   status: 'OK' 
  // }
});

Readme

Keywords

none

Package Sidebar

Install

npm i opensearch

Weekly Downloads

1,058

Version

0.0.3

License

none

Last publish

Collaborators

  • coolme200