-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Added support for images in liveSearch results. #3489
Conversation
@agitator thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
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.
Tested and it works.
All green. |
I have merged all related branches. |
KeyError: 'Interface |
I copied a Plone 5.2 Python 3 database to 6.0.0a4, ran But this can happen when you had previously already applied the upgrade to 6004. For example like this:
With such a scenario, you would indeed be missing this key from the search schema. Rerunning the upgrade to 6004 fixes it. Or explicitly run import step Does this explain it? |
I had to check:
So that is good. |
I've updated the code to latest coredev this morning, the plone site was 6004 with an older coredev. Then I did @@plone-upgrade. Checked the site, missing Now I get it. I cannot update the coredev without re running the same level (6004) I will miss the changes in upgrade steps because I'm already 6004. Thanks for the hints, I got it! |
No description provided.