-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Make debug:container search command case-insensitive #25109
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
Conversation
#25107 is related to search not detecting the characters after the \. It is not an uppercase problem. |
@Vinorcola it is actually the same issue - in FQCN letter after backslash is uppercase and that's the reason why it's not searchable - if you would create class starting with lower letter it would work correctly |
@jzawadzki Ok, great ;) |
@jzawadzki could you please rebase on 3.3? 3.2 is not maintained anymore (I already changed the base branch here on github). |
9a801b8
to
c429c33
Compare
@nicolas-grekas done! |
Thank you @jzawadzki. |
…adzki) This PR was merged into the 3.3 branch. Discussion ---------- Make debug:container search command case-insensitive | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | #25107 | License | MIT | Doc PR | This bug fixes the #25107 - starts from 3.2 services may be written with uppercase (e.g. FQCN) and search fails to match those services. Commits ------- c429c33 Make search in debug:container command case-insensitive
This bug fixes the #25107 - starts from 3.2 services may be written with uppercase (e.g. FQCN) and search fails to match those services.