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

Api search #1782

Merged
merged 8 commits into from Feb 7, 2018
Merged

Api search #1782

merged 8 commits into from Feb 7, 2018

Commits on Feb 5, 2018

  1. First approach to query nested keys.

    We need first to support JSONB to actually do queries within arrays in
    nested JSON.
    teleyinex committed Feb 5, 2018
    Copy the full SHA
    5674dff View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Copy the full SHA
    6fa525c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bd6b3a9 View commit details
    Browse the repository at this point in the history
  3. Support int and handle them.

    It's important to know that if in your info, you don't pass a
    proper integer: info="75" PYBOSSA will transform it into a string to
    make the query valid.
    teleyinex committed Feb 6, 2018
    Copy the full SHA
    8ab9453 View commit details
    Browse the repository at this point in the history
  4. Remove prints.

    teleyinex committed Feb 6, 2018
    Copy the full SHA
    e76d86e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Increase coverage.

    teleyinex committed Feb 7, 2018
    Copy the full SHA
    c41b6fc View commit details
    Browse the repository at this point in the history
  2. Use latest default theme.

    teleyinex committed Feb 7, 2018
    Copy the full SHA
    3d02c40 View commit details
    Browse the repository at this point in the history
  3. Update test.

    teleyinex committed Feb 7, 2018
    Copy the full SHA
    9ffc6bf View commit details
    Browse the repository at this point in the history