Skip to content

Conversation

@NathanPython2002
Copy link
Contributor

Co-Authored-by: Nathan Python <nathan.python@hes-so.ch

Co-Authored-by: Nathan Python <nathan.python@hes-so.ch
Copy link
Contributor

@jma jma left a 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.

}
}
}
},
Copy link
Contributor

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> {
Copy link
Contributor

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> {
Copy link
Contributor

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.

);
}

/**
Copy link
Contributor

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,
Copy link
Contributor

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.

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