-
Notifications
You must be signed in to change notification settings - Fork 17
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
Ported fix for EZP-29958 and EZP-29984 from kernel #95
Conversation
Ports over fixes for: - EZP-29984: Fix LIKE support for * as wildcard across engines, deprecate % usage - ezsystems/ezpublish-kernel#2517 Which also happens to align RichText with how XmlText had been fixed for: - "Creating paragraph longer than 32766 bytes in RichText Editor will fail with Solr Error" - https://jira.ez.no/browse/EZP-29958
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.
Code wise looks good to me. 👍
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.
Just a small strict type request:
Co-Authored-By: Andrew Longosz <[email protected]>
added 👍 |
Regarding wildcard support in ezauthor should the Email field also be covered or only the Name field? |
Also I have discovered that searching for values in ezemail and ezisbn fields (regardless of wildcards) doesn't work at all, even without Solr and this change. I need to dig in JIRA if we have something for that already. |
In context of what changed in EZP-29984, LIKE and sort by fixes to align Solr and LegacySE for default fields, only name. email should be possible on Solr but would involve searching on custom field and not the default.
sounds like something to report separately with affected LTS versions |
Reported separately: https://jira.ez.no/browse/EZP-31287. |
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.
QA Approved on eZ Platform EE v2.5.8 with diff.
Ports over fixes from:
Which also happens to align RichText with how XmlText had been fixed for:
TODO:
$ composer fix-cs
).