Because under the hood Wappler uses the knexjs query builder for database queries, it’s not entirely clear to me why Wappler uses whereLike method, but does not use whereILike method, which is more universal?
When using postgresql, this becomes a big problem, because postgresql is case-sensitive, which is why the search works poorly. To get around this, I have to independently make extensions with knex queries in which I use whereILike. But it creates a lot of routine. If the Wappler independently used the whereILike method, I would use the standard Wappler query builder in most cases.
Community Page
Last updated:
Last updated: