Skip to content

Commit

Permalink
Update filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Jul 29, 2023
1 parent 008bfb3 commit ae08dbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/en/docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Learn how to use the Eloquent Filters feature in Laravel Orchid to
---


## Eloquent Filter

Eloquent Filters are powerful tools for creating complex queries in Laravel.
They allow you to easily manage and customize your search criteria.
You can use Eloquent filters to filter your product catalog based on attributes, brands, and other criteria.
Expand Down Expand Up @@ -179,7 +177,7 @@ public function layout(): array
}
```

Please note that filters with empty fields will not be rendered, ensuring a clean and user-friendly interface.
> Please note that filters with empty fields will not be rendered, ensuring a clean and user-friendly interface.

## Automatic HTTP Filtering and Sorting
Expand Down

0 comments on commit ae08dbf

Please sign in to comment.