GitHub user dosubot[bot] added a comment to the discussion: Modify Automatic “IN” Filter to Support “LIKE” Search for Categorical Filters
<!-- Answer --> The Filter Box component was removed in Apache Superset version 4.0.0. Therefore, you would need to downgrade to a version prior to 4.0.0 to use the Filter Box <sup>[[1]](https://github.com/apache/superset/blob/master/RELEASING/release-notes-4-0/README.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/UPDATING.md)</sup>. The Filter Box supported both 'LIKE' and 'ILIKE' searches on text columns, allowing for partial and case-insensitive matching <sup>[[3]](https://github.com/apache/superset/blob/master/superset-frontend/src/filters/components/Select/buildQuery.test.ts)</sup><sup>[[4]](https://github.com/apache/superset/blob/master/superset-frontend/src/filters/components/Select/buildQuery.ts)</sup><sup>[[5]](https://github.com/apache/superset/blob/master/superset/utils/core.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/28396d22-d646-4e18-9eba-b3752de7115e?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33625#discussioncomment-13315744 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
