- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2010 09:50 PM
I am having issues with the find_videos_by_text API method. I am making this call:
http://api.brightcove.com/services/library?command
and getting back only 1 video, event though I have several 'test' videos that should get returned.
Here's the JSON coming back to me:
{"items":[{"id":53252401001}],"page_number":0,"pag
Any ideas?
Solved! Go to Solution.
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2010 10:29 PM
Just want to remind you that that searching API matches name, short descriptions, or long description against searching terms.
If you want me to help debugging your problem, can you send your token to dwang at brightcove.com?
Dongsheng
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 09:01 AM
find_videos_by_text will only return videos that are considered playable---upload processing is complete, status is ACTIVE, and scheduling is valid (i.e. start date is null or before today, and end date is null or later than today). If you call find_video_by_id with the id of one of the videos you expect to be returned, do you get a result?
Additionally, we had a known search problem recently that has now been fixed. Are you still missing videos if you make the query today?
.chris
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 12:41 PM
I believe it is working now. However I am currently having the original problem with find_videos_by_tags.
Thanks for the quick replies, guys!
-Bill
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 01:28 PM
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 03:37 PM
Absolutely...
http://api.brightcove.com/services/library?command
Glad I didn't post this yet, because it seems to be working now. Didn't change my code. Just left and came back. Wish every bug was like that. (Did you guys fix anything on your end?)
-Bill
(developing the ColdFusion Media API SDK [http://cfbcove.riaforge.org/])
Re: find_video s_by_text not returning all videos.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 03:52 PM
Not that I'm aware of, but it's possible. There's always a delay between when you create/update a video and when it shows up in search results (usually on the order of 15 minutes or so).

