prevapp_search

0.0.2 • Public • Published

iperlink selector

Table of Contents

Install

$ npm install ilink_insert

Introduction

This is a module that gets data from a mongo DB

Input_object

 
var query={"user":87,//int id of the user db
"obj":{"name":["name"]}//query object see query builder module
,"template":"template name"};//name of the query builder template
 
 
 
 

this object comes as a uri encoded string

Output_object

 
 
var res={ count: 1,
  result:// result from mongo db
   [ { _id: "58a0fba52e87192748e41ed3",//internal mongo db id
       id: 1,
       name: 'name ',
       description: 'description',
       updated_at: 1486945185,
       tags: 'test1|test|test2' } ],
  currentPage: 0,
  skiper: 0,
  skip: 1000 }
 
 

Readme

Keywords

none

Package Sidebar

Install

npm i prevapp_search

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • prevapp