0.4.1 • Published 7 years ago

search-light v0.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

SearchLight

JavaScript searching and filtering with an easy to read interface and a focus on speed and low memory usage.

Installation

NPM

npm install search-light

Yarn

yarn add search-light

CDN

<script src="https://unpkg.com/search-light"></script>

Usage

ES6

import search from 'search-light';
let matches = search(collection).for('search text')
                                .and('list')
                                .matches

CDN

var matches = window.searchLight
  .search(collection)
  .for('search text')
  .and('list')
  .matches

TODO

  • Add code style linting
  • More examples in the documentation
  • Automated testing
0.4.1

7 years ago

0.4.0

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.0

7 years ago