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

local: add limit and offset support to json library search helpers #949

Merged
merged 3 commits into from Mar 2, 2015

Commits on Feb 16, 2015

  1. Fix flake8 tests

    Fixes "W503 line break before binary operator"
    ali committed Feb 16, 2015
    Copy the full SHA
    92910e4 View commit details
    Browse the repository at this point in the history
  2. local: use limit and offset when searching json library

    Fixes the json local library's search behavior. Uses limit and offset
    arguments when returning search results.
    ali committed Feb 16, 2015
    Copy the full SHA
    fc21d46 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 errors, prepare for Python 3 port

    Fixes flake8 warnings
    Reword docstring for find_exact
    Use range instead of xrange in preparation for porting to Python 3
    ali committed Feb 16, 2015
    Copy the full SHA
    ead147f View commit details
    Browse the repository at this point in the history