Issue:Include section always shows all articles in category

From FollowTheScore
Revision as of 18:19, 16 February 2011 by Nakohdo (talk | contribs) (Created page with "{{Issue |Type = Bug |Extension = DPL |Version = 1.8.9 |Description = The output of the include statement isn't restricted to articles which actually contain the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: The output of the include statement isn't restricted to articles which actually contain the required section (chapter).
Extension / Version: DPL   /   1.8.9
Type / Status: Bug   /   open

Problem

I want to create an overview page for a recurring topic by pulling all relevant content from the minutes of meetings like so:

 <dpl>
  category = meeting
  include  = #topic
 </dpl>
 

That does the trick but also lists all the meetings where the topic wasn't on the agenda. Trying to restrict the output by using a filter also doesn't work.

Expected behavior

Using "1" as a limit will only show the link (if the corresponding chapter in the article is not empty), "0" will not show anything, not even the link.
DPL:Manual - DPL parameters: Controlling output volume#include

I've already reported this issue in the forum: DPL: Restrict output when using "include" for sections

--nakohdo

Reply