Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

How to query the DB with the ILIKE filter

$
0
0

ILIKE, capitalized or not, still doesn’t work in DreamFactory as of November 30, 2017. I’m using Postgres. Filter is: first_name ilike j%.

Request:
members?filter=first_name%20ilike%20j%25

{
“error”: {
“code”: 400,
“context”: null,
“message”: “Invalid or unparsable filter request.”,
“status_code”: 400
}
}


Viewing all articles
Browse latest Browse all 5028

Trending Articles