When i search in the table, the search operation using a "starts with" not a "contains"
E.g. Table contains 1 Item -> name=my-subscription
When i search for "subscription" no items will be found
when i search for "my-sub" the item "my-subscription" is found.
All column filters are effected by this issue