Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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.

4 Community Answers

l...

User  
0 rated :

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?

Alex

JW Player Support Agent  
-1 rated :

Hi there,

My name is Alex and I am one of the Team Leads of the Support Team at JW Player. I will be more than happy to assist you with your questions.

I normally use PHP to access our API so I am not 100% confident on the URL syntax you are trying to create, but it looks to me that the following would be worth a shot:

http://api.bitsontherun.com/v1/channels/list?search:title=ro

If that doesn’t work, let me know. Thank you!

l...

User  
0 rated :

Thanks Alex,

That works perfect!

l...

User  
0 rated :

Oops, sorry Alex I wanted to add +1 to your answer but pressed wrong button! Can I fix it?

This question has received the maximum number of answers.