and-search

1.0.0 • Public • Published

and-search

a simple "and" search in javascript.

example

var andsearch = require('and-search')
 
var notes = [
  'very cool note',
  'things good and pending',
  'my client work',
  'assorted notes on trout',
  'mighty casey has just struck trout'
]
 
andsearch(notes, ['Trout', 'casey'])
//  ['mighty casey has just struck trout']
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i and-search

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • elsehow