-
Notifications
You must be signed in to change notification settings - Fork 160
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
[carbon-web-components]: [datatable] search is not working using uppercase characters in query #11483
Closed
2 tasks done
Labels
Comments
kodiakhq bot
pushed a commit
that referenced
this issue
Feb 6, 2024
…#11493) ### Related Ticket(s) Closes #11483 ### Description Search is not working as expected with uppercase characters in query string. ### Changelog **Changed** - Updated the search logic to convert the query string as well as the main string to lowercase and then compare. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Mar 12, 2024
…carbon-design-system#11493) ### Related Ticket(s) Closes carbon-design-system#11483 ### Description Search is not working as expected with uppercase characters in query string. ### Changelog **Changed** - Updated the search logic to convert the query string as well as the main string to lowercase and then compare. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Jun 11, 2024
…carbon-design-system#11493) ### Related Ticket(s) Closes carbon-design-system#11483 ### Description Search is not working as expected with uppercase characters in query string. ### Changelog **Changed** - Updated the search logic to convert the query string as well as the main string to lowercase and then compare. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Using upper case characters in search box return always zero results.
The comparison is done lowercasing the data from the table but not the query string.
codesandbox
Component(s) impacted
datatable
Browser
Chrome
Carbon for IBM.com version
2.2.0/latest
Severity
Severity 1 = The design is broken in a critical way that blocks users from completing tasks or damages the brand. Affects major functionality, no workaround.
Application/website
/
Package
@carbon/web-components
CodeSandbox example
https://codesandbox.io/p/sandbox/vigorous-rubin-6ndry9
Steps to reproduce the issue (if applicable)
No response
Release date (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: