es-pinguo

1.0.2 • Public • Published

How to use

const search = require('es-pinguo');
const body = {
  from : 0,
  size : 50,
  query : {
   match_all : {}
  }
};
search('dashboard','activities',body).then(data => console.log(data));

Readme

Keywords

Package Sidebar

Install

npm i es-pinguo

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • linfeng90