hey,
again, i'm not explaining myself right.
let me try from scratch:
we have a course. a course has many lessons in it.
each lesson has many videos in it.
we want to pinpoint 1 specific video within a specific lesson within a specific course.
but i went along with your suggestions and here's what happened:
i created a view for displaying all videos. it's showing the video's custom field, "video-embed".
i applied a query filter for this view - "Parent is the current post in the loop", so it will show only the videos within a chosen lesson.
next i created a view of lessons. i've nested the view "videos view" in it.
but now what? i have no search form, and when i place the 2nd "lessons view" in the course content, all i get is a list of videos.
i want that when the user enters the course, he will see a list of all lessons belonging to the course, and inside this list he will see a list of all videos within a lesson. i know how to make this happen, the only thing is i can't narrow the search to only 1 video because i can't create a search within a search:
"Thing is, I can't create a search form to include 2 consecutive filters of "lesson title" and then "video title", because they are different post types.
I also tried to create one search by "lesson title", and then, within the results view, create a new search by "video title" - but failed, since i want both to "show only available inputs" and this creates a conflict and makes the parent "lesson title" search just disappear."
thanks!
ido