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 e8db71caaa..005a4f073c 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 @@ -21,7 +21,7 @@ Filters help you focus on specific records by showing only those that match your |------------|---------------------| | Text | Equals, Contains, Starts with, Ends with, Is empty | | Number | Equals, Greater than, Less than, Is empty | -| Date | Equals, Before, After, Between, Is empty | +| Date | Equals, Before, After, Is empty | | Select | Equals, Is any of, Is empty | | Checkbox | Is true, Is false | | Relation | Equals, Is empty |