Skip to content

Commit

Permalink
Update filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Dec 12, 2024
1 parent 5d4c492 commit 0ba1874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ba1874

Please sign in to comment.