diff --git a/README.md b/README.md index 74e2b39..12dcad7 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ List of all possible predicates | `*_not_cont` | Does not contain | | `*_not_cont_any` | Does not contain any of | | | `*_not_cont_all` | Does not contain all of | | -| `*_i_cont` | Contains value with case insensitive | uses `LIKE` | +| `*_i_cont` | Contains value with case insensitive | uses `ILIKE` | | `*_i_cont_any` | Contains any of values with case insensitive | | | `*_i_cont_all` | Contains all of values with case insensitive | | | `*_not_i_cont` | Does not contain with case insensitive |