-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#4530 - Change email fields to text in search mode #27130
Conversation
Thank you for contributing to CiviCRM! ❤️ We will need to test and review the PR. 👷 Introduction for new contributors
Quick links for reviewers |
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/4530 |
Hmm something is wonky here - I was gonna set up on the demo site but it is not built so test this please |
Note this should be against the rc.... |
Here is what I want to import onto the demo site
What I'm seeing is that searching by exact email works But searching by anything else is like searching by * |
Adds some caching to that function since it's called for every row
Retest this please |
Hmm - I tried importing my search on demo but can't see it - http://core-27130-7xcgb.test-1.civicrm.org:8001/civicrm/admin/search#/list?tab=custom does the demo user have insufficient permission? |
Hmm @colemanw the searching isn't right - check http://core-27130-7xcgb.test-1.civicrm.org:8001/civicrm/email-hold & try searching for & then just 'miler' |
oh weird - it's different now |
Well that's weird - it's working now. My brain hurts |
Overview
Fixes dev/core#4530
Before
Email validation kicks in when it shouldn't.
After
Only validates when it should.