-
Notifications
You must be signed in to change notification settings - Fork 13
feat: change any by other types #761
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
base: staging
Are you sure you want to change the base?
Conversation
Co-Authored-by: Nathan Python <nathan.python@hes-so.ch
151f658 to
be06a09
Compare
jma
left a comment
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.
I have approved this PR, but be sure that the broken es6 compatibility is in the commit message.
| } | ||
| } | ||
| } | ||
| }, |
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.
Not sure. This should be a choice of the dev.
| sort: string = null, | ||
| facets: string[] = [] | ||
| ): Observable<Record | Error> { | ||
| ): Observable<EsResult | Error> { |
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.
This should be described in the commit message.
| headers: any = {} | ||
| ): Observable<any | Error> { | ||
| headers = {} | ||
| ): Observable<InvenioRecord> { |
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.
This should be described in the commit message.
| ); | ||
| } | ||
|
|
||
| /** |
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.
Removing the ES6 compatibility should be mentioned in the commit message.
| hits : { | ||
| hits: InvenioRecord[], | ||
| total : { | ||
| relation : string, |
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.
can be an enum of "eq", "gt', etc.
Co-Authored-by: Nathan Python <nathan.python@hes-so.ch