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 content API search endpoint #19

Merged
merged 1 commit into from
May 1, 2014

Conversation

pezholio
Copy link

@pezholio pezholio commented May 1, 2014

GDS speak directly to Rummager, but we want to pick up additional fields from content API, so for our search, we want to speak to content API, which will add additional fields for us.

This may add a little bit of overhead, but I think it's OK.

to_return(:status => 200, :body => File.open(File.expand_path(File.join('test', 'fixtures', 'search_result.json'))).read, :headers => {})
response = @api.search("open knowledge")


Choose a reason for hiding this comment

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

Extra blank line detected.

Floppy added a commit that referenced this pull request May 1, 2014
@Floppy Floppy merged commit 1801f9e into master May 1, 2014
@Floppy Floppy deleted the feature-add-content-api-search-endpoint branch May 1, 2014 14: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