diff --git a/packages/twenty-docs/user-guide/views-pipelines/capabilities/filters-and-sorting.mdx b/packages/twenty-docs/user-guide/views-pipelines/capabilities/filters-and-sorting.mdx index ae66bdd20f..e8db71caaa 100644 --- a/packages/twenty-docs/user-guide/views-pipelines/capabilities/filters-and-sorting.mdx +++ b/packages/twenty-docs/user-guide/views-pipelines/capabilities/filters-and-sorting.mdx @@ -20,7 +20,7 @@ Filters help you focus on specific records by showing only those that match your | Field Type | Available Operators | |------------|---------------------| | Text | Equals, Contains, Starts with, Ends with, Is empty | -| Number | Equals, Greater than, Less than, Between, Is empty | +| Number | Equals, Greater than, Less than, Is empty | | Date | Equals, Before, After, Between, Is empty | | Select | Equals, Is any of, Is empty | | Checkbox | Is true, Is false |