Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

property 'index' of undefined #53

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

property 'index' of undefined #53

wants to merge 21 commits into from

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    a6df240 View commit details
    Browse the repository at this point in the history
  2. Readme work

    stockholmux committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    1c0e717 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    61ce503 View commit details
    Browse the repository at this point in the history
  2. More benchmark changes

    stockholmux committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    d2f8f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e22cd View commit details
    Browse the repository at this point in the history
  4. Readme updates

    stockholmux committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    c940783 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    3be2de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aedbe9b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Rewrite for non-ES6 compatibility

    Removed default parameters and tweaked function accordingly to allow compatibility with node core < v6.0
    krv783 committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    29ea325 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Merge pull request #1 from krv783/master

    Hoping to get this feature implemented.
    stockholmux committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    8826d32 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    12b64f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from seoker/patch-1

    fix setting max results in constructor
    stockholmux committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    87bf8b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Improve examples

    Removed some things I thought were quite confusing in the examples. 
    For example, upon reading the source code I found that `createSearch` does not return a value, and yet the example had `var search = createSearch(...`
    alphashuro committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    71fffc2 View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    alphashuro committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    f4f27a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from alphashuro/patch-4

    Improve examples
    stockholmux committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    3e1d053 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Fix limits of search

    There was a bug in the code that made it impossible to change the limits of the search, so it returns a different number of records.
    dahliycia committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    2b0333b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from dahliycia/fix_limits

    Fix limits of search
    stockholmux committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    4955d61 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Create nodejs.yml

    gkorland committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    cb2c08f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from gkorland/CI

    Initial CI
    stockholmux committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    19e05c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Add badges

    gkorland committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    1e70add View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Merge pull request #8 from gkorland/patch-1

    Add badges
    stockholmux committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    970234b View commit details
    Browse the repository at this point in the history