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

Update doc string for search #262

Closed
tacticiankerala opened this issue Jul 11, 2018 · 1 comment
Closed

Update doc string for search #262

tacticiankerala opened this issue Jul 11, 2018 · 1 comment

Comments

@tacticiankerala
Copy link

This is the current doc string given for search

  (doc/search conn "people" "person" :query (q/prefix {:username "appl"}))

but, I think it has to be changed to,

  (doc/search conn "people" "person" {:query (q/prefix {:username "appl"}}))
@michaelklishin
Copy link
Member

Please submit a PR instead.

michaelklishin added a commit that referenced this issue Feb 28, 2019
(cherry picked from commit 7bce780)

Conflicts:
	src/clojurewerkz/elastisch/rest/document.clj
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

No branches or pull requests

2 participants