Problem/Motivation
A client questioned whether the case sensitive search was working correctly.
Steps to reproduce
Perform a case-sensitive search.
Proposed resolution
Add test coverage for case sensitive strings.
Remaining tasks
Add test coverage for case sensitive strings.
User interface changes
Case sensitive searching works correctly.
API changes
TBD
Data model changes
TBD
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot 2026-05-19 195106.png | 85.09 KB | o_timoshchuk |
| #4 | Screenshot 2026-05-19 195030.png | 61.93 KB | o_timoshchuk |
| #4 | Screenshot 2026-05-19 194958.png | 71.6 KB | o_timoshchuk |
Issue fork scanner-3590432
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
o_timoshchuk commentedComment #4
o_timoshchuk commentedI have confirmed that the "Case sensitive search" checkbox works as expected. If the checkbox is checked, the search is case-sensitive; otherwise, the letter case is ignored.
Comment #5
damienmckennaGood to see!
Would you mind reviewing the test coverage to make sure this scenario is specifically covered? Thank you.
Comment #6
o_timoshchuk commentedComment #8
o_timoshchuk commentedThe test coverage for case-sensitive strings has been added
Comment #11
smustgrave commentedAlways love more test coverage