Question
Search program by name LIKE %%
Hello,
I need to search programs by name using a query parameter that may not be exactly the name of the program.
Example: Program name is "Search test" and the search name parameter is "Search".
Currently it only finds the program when I input exactly the same name, which is odd, because here http://developers.marketo.com/rest-api/assets/programs/#by_name you can clearly see an example with an incomplete parameter given.
Thanks.