From 0ba1874f15a6b29e11bf034c8ad5cb45a62154fc Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Fri, 13 Dec 2024 01:44:48 +0300 Subject: [PATCH] Update filters.md --- docs/en/docs/filters.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/docs/filters.md b/docs/en/docs/filters.md index f63ece1d7..c73ecc4f6 100644 --- a/docs/en/docs/filters.md +++ b/docs/en/docs/filters.md @@ -104,6 +104,9 @@ This way, the filter will be applied to all queries. For instance: public $parameters = []; ``` +Additionally, if the array returned by the `display` method is empty, the filter will not appear in the interface but will still remain functional in queries. This allows for flexible configurations where certain filters operate silently in the background. + + ### Parameter Patterns Filter provides the capability to define parameter patterns using a convenient syntax.