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

Search Solr using POST instead of GET #129

Merged
merged 9 commits into from
Sep 7, 2015

Commits on Apr 16, 2015

  1. * Added post method handler

     * Switched search to post for super big queries (e.g. anything over 2048 chars)
    kfitzgerald committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    beeaaf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1ad76 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Configuration menu
    Copy the full SHA
    b3a3c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9baa4f0 View commit details
    Browse the repository at this point in the history
  3. * Added function docs

    kfitzgerald committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    bcaf77a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78779f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Configuration menu
    Copy the full SHA
    06e1838 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Config Cleanup + Feedback Integration

     * `get_max` => `get_max_request_entity_size`
     * Removed local test core from the config
    (cherry picked from commit ba9fa70)
    kfitzgerald committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f247d34 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Turned off auto-posting by default.

     * Can opt-in to auto-posting by setting `get_max_request_entity_size` to a number. (e.g. 2048)
     * Changed URL length check to be UTF8-friendly
    kfitzgerald committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    85b502b View commit details
    Browse the repository at this point in the history