Support ilike for Postgres
Author: gstreetmediaCreated May 30, 2018Updated Sep 25, 2025
Labelsormproposal
Waterline version:0.13.4 Node version:8.9 NPM version:5.0 Operating system:All
waterline/utils/query/private/normalize-constraint.js should support ILIKE. This would be a super simple change the the existing 'like' condition.
A simple update to:
else if (modifierKind === 'like' || modifierKind === 'ilike') {
Source: balderdashy/sails