How to Filter on the Feature Flags Page Using URL Parameter

You can use a URL parameter (e.g., in a link) that will filter the content of the Feature Flags page based on the provided string.

Example:

app/modules/#/administration/feature-flags?key=useReactFor

The above URL will open the Feature Flags page with a pre-filled filter showing only flags whose name contains “useReactFor”.

Found an issue in documentation? Write to us.