-
Notifications
You must be signed in to change notification settings - Fork 87
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
Implement faceting #39
Conversation
bf72bea
to
4358dd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did a huge work @eskombro!! Thanks!
My requested changes are about typos that were there before, and a little question from a curious girl 😇
aeda165
to
45d36c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, however there is some mistakes that need to be fix :)
3b0cbec
to
8ba0a6c
Compare
Thanks for your review @alexisvisco ! I made the changes you proposed! |
client_documents_test.go
Outdated
@@ -9,6 +9,12 @@ type docTest struct { | |||
Name string `json:"name"` | |||
} | |||
|
|||
type docTestBooks struct { | |||
BookId int `json:"book_id"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhhh So close to the goal 😆
BookdID not BookId (in go an acronym is always in uppercase)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So close, it's ok then :)
For obvious reasons, tests won't pass as faceting is not compatible with the current latest release (v0.10.1)