-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cod: upgrade the invenio dependencies, including opensearch #3450
Conversation
@@ -221,7 +221,7 @@ $break-md: 768px; | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 ); | |||
|
|||
z-index: 999999; | |||
height: calc(100vh-66px); | |||
//height: calc(100vh-66px); |
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 one was not working. It might be better to change the syntax instead of commenting it out
cernopendata/views.py
Outdated
"""Redefine invenio search endpoint.""" | ||
blueprint_setup.app.view_functions[ | ||
'invenio_search_ui.search'] = search_wrapper | ||
#@blueprint.record_once |
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'm not sure why this one was needed. If I leave it, it complains
470dc5c
to
ab81e3c
Compare
aed902d
to
ac4cb27
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.
I didn't see something major so I think it is good to be merged and deployed on dev environment for checking. As we discussed IRL, then we should come back to this and remove any commented code that is actually not needed!
search: Move from Elasticsearch to OpenSearch invenio: Upgrade the dependencies to the latest version
02f5893
to
3f520de
Compare
No description provided.