In the 3rd challenge (with repeating country list), there's a step to bind the input variable to the search parameter in the API call. Looks like: ilike.% What does this string represent?
Lucas G
2 days ago
Jan 7, 2026, 7:58 AM
I believe that's a sql operator
maybe postgresql specific?
Kinda like includes()
unicodes
1 day ago
Jan 7, 2026, 9:53 AM
You have to replace % with *, (please delete the coma). In my case I'm using coma because I have multiple inputs to search for. Hope this helps.