clayheaton opened a new issue, #37931: URL: https://github.com/apache/superset/issues/37931
### Bug description 1. Create a Table chart 2. On the Data tab, enable Server-side Pagination 3. On the Customize tab, enable the Search Box Searching with these options set does NOT search for substrings. It only searches the beginning of strings. For example, if I have a column with the value "Artist/Soundtrack", searching for "Art" would return this record. However, searching for "Sound" would not return this record. Searching for "%Sound" does return the record. With Server-side Pagination disabled, substrings are returned, so "Sound" would return the record by default. The behavior is inconsistent when Server-side Pagination is enabled. My expectation is that with Server-side Pagination and Search Box enabled that "Sound" would return results without the need to include the % character at the beginning. ### Screenshots/recordings _No response_ ### Superset version 6.0.0 ### Python version 3.10 ### Node version Not applicable ### Browser Firefox ### Additional context I'm querying a StarRocks data source. ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
