GitHub user chrisdukeLlama added a comment to the discussion: Modify Automatic “IN” Filter to Support “LIKE” Search for Categorical Filters
@dosu you said: 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 [[1]](https://github.com/apache/superset/blob/master/RELEASING/release-notes-4-0/README.md)[[2]](https://github.com/apache/superset/blob/master/UPDATING.md). The Filter Box supported both 'LIKE' and 'ILIKE' searches on text columns, allowing for partial and case-insensitive matching [[3]](https://github.com/apache/superset/blob/master/superset-frontend/src/filters/components/Select/buildQuery.test.ts)[[4]](https://github.com/apache/superset/blob/master/superset-frontend/src/filters/components/Select/buildQuery.ts)[[5]](https://github.com/apache/superset/blob/master/superset/utils/core.py). but in 3.0.2 I get only: Date filter Instant filtering Show time grain dropdown Show time column Limit selector values so how do I get a free text filter? GitHub link: https://github.com/apache/superset/discussions/33625#discussioncomment-13315749 ---- 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]
