mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
182 B
182 B
notLike(R column, Object val)
notLike(boolean condition, R column, Object val)
● NOT LIKE'%value%'
● Example: notLike("name", "James")--->name not like'%James%'