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

Add new unified search endpoint for rummager #18

Merged
merged 1 commit into from
Apr 25, 2014

Conversation

mnowster
Copy link

Unified search endpoint was added by alphagov/search-api#204

@@ -9,6 +9,11 @@ def search(query, extra_params={})
get_json!(search_url(:search, query, extra_params))
end

def unified_search(args)
request_url = "#{base_url}/unified_search.json?#{Rack::Utils.build_nested_query(args)}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [93/80]

pezholio added a commit that referenced this pull request Apr 25, 2014
Add new unified search endpoint for rummager
@pezholio pezholio merged commit fe9a473 into master Apr 25, 2014
@pezholio pezholio deleted the cherry_pick_search_endpoint branch April 25, 2014 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants