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

Feature/search filters #11

Merged
merged 14 commits into from
Sep 15, 2015
Merged

Feature/search filters #11

merged 14 commits into from
Sep 15, 2015

Commits on Sep 15, 2015

  1. Match all when no keyword query

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    e8c1647 View commit details
    Browse the repository at this point in the history
  2. Update swagger.json for term filters

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    3da7fc8 View commit details
    Browse the repository at this point in the history
  3. Term filters

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    6878f17 View commit details
    Browse the repository at this point in the history
  4. Extract to query builder

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    297665c View commit details
    Browse the repository at this point in the history
  5. Support for range filters

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    77a9796 View commit details
    Browse the repository at this point in the history
  6. Update gitignore

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    cf92be1 View commit details
    Browse the repository at this point in the history
  7. Update swagger descriptions

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    f92c7fb View commit details
    Browse the repository at this point in the history
  8. Don't need to destroy index for every spec

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    a69bd97 View commit details
    Browse the repository at this point in the history
  9. Tests for more possible filter structures.

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    9c3d877 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec7dd61 View commit details
    Browse the repository at this point in the history
  11. Move search to own directory

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    85ff7d6 View commit details
    Browse the repository at this point in the history
  12. Validation tests - required as swagger and swaggerize do not support …

    …entire JSON schema, and to ensure that swagger.json is correct
    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    20e838c View commit details
    Browse the repository at this point in the history
  13. Ensure consistent use of arrows

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    5906702 View commit details
    Browse the repository at this point in the history
  14. Use xo es6 configuration

    Toby committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    953bd9e View commit details
    Browse the repository at this point in the history