I've looked high and low and can't find instructions and a working example that do what I'm trying to do. I've set up a View and am using it as a Block on several sectional pages to display Story teasers. Right now, on each of those pages, all the teasers are displayed. What I want, however, is when a visitor is on http://mysite.org/section1/ to display only teasers with "section1" in their URL, e.g. http://mysite.org/section1/teaser1.html and http://mysite.org/section1/teaser2.html should show up but NOT http://mysite.org/section2/teaser3.html

Thanks,
Jon