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
5 days ago
I believe that's a sql operator
maybe postgresql specific?
Kinda like includes()
unicodes
5 days ago
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.