Skip to content

Support ilike for Postgres #4628

@gstreetmedia

Description

@gstreetmedia

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') {

Metadata

Metadata

Assignees

No one assigned

    Labels

    ormRelated to models, datastores, orm config, Waterline, sails-hook-orm, etc.proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions