Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Added arg to allow for fields in run #7

Merged
merged 3 commits into from
Oct 29, 2013
Merged

Conversation

almathew
Copy link

No description provided.

@@ -335,7 +336,7 @@ def run(self, spelling_query=None):
if spelling_query:
kwargs['spelling_query'] = spelling_query

self._results = self.backend.search(final_query, **kwargs)
self._results = self.backend.search(final_query, **kwargs)
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra space. Only you can preserve the beauty of this code.

JLMcLaugh added a commit that referenced this pull request Oct 29, 2013
Added arg to allow for fields in run
@JLMcLaugh JLMcLaugh merged commit f064f4e into master Oct 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants