
Seach channels by title only
Hello,
I'm trying to make a search within Channels titles only using this request:
http://api.bitsontherun.com/v1/channels/list?search=title&text=ro&types_filter=dynamic&total_limit=20
Search params are:
search=title
text=ro
But it returns channels which have "ro" in channel_key as well.
Also I tried to use this one:
http://api.bitsontherun.com/v1/channels/list?search=search:title&text=ro
Param;
search=search:title
Same result.
So how can I have search within titles only?
Thanks.