Hi,
I created a custom parameter user_id to store the joomla user id with the video upload. I can easily sfilter on author, limit results etc. but how can i filter on my custom parameter?
Thnx!
Jelle
Hi,
I created a custom parameter user_id to store the joomla user id with the video upload. I can easily sfilter on author, limit results etc. but how can i filter on my custom parameter?
Thnx!
Jelle
Today we rolled out an update that allows for filtering by custom parameter.
See http://developer.longtailvideo.com/botr/system-api/methods/videos/list.html
Great!
Do I need to update php library?
Because it's not working for me...
My url looks something like this:
Before i used the author parameter so it looked like this:
That was working fine, or am I missing something here??
The API kit has not changed, but I see that in your querystring, you are not using the search: operator as is mentioned in the docs.
Thanx for the quick response!
You're right. I did custom.user_id = 79 where I should have done search:custom.user_id = 79.Now it works.
Is it possible to only return videos where there is an exact match?
Because if there's a video with user_id = 799 it will also retun that one..
Unfortunately custom fields are only "dumb storage". That means that custom fields can not be filtered or sorted. While we do want to introduce that as a feature at some point, we don't know when we will introduce this.