search-sdk

0.5.5 • Public • Published

search-sdk

NPM version

Installation instructions

Examples

const search = new AzureSearch({ 
  url :: String, 
  key :: String,
  index :: String,
  facets :: [String]
})

search.find({
  skip :: Int,
  top :: Int,
  select :: String,
  filter: String // field1 eq 'something'
}) :: {
  items :: [Object],
  count :: Int,
  facets :: [{ key: String, value: Int }]
}

Readme

Keywords

none

Package Sidebar

Install

npm i search-sdk

Weekly Downloads

43

Version

0.5.5

License

MIT

Unpacked Size

6.62 kB

Total Files

6

Last publish

Collaborators

  • gastonprieto18
  • juanmjacobs
  • development-producteca