Jump to content

Topic on Extension talk:RecentPages

Excluding a category

1
Leucosticte (talkcontribs)

It was requested that RecentPages be able to exclude pages in a category. That would require a JOIN with categorylinks, so rather than do that, I think it might be more efficient to use page_props; that is, exclude pages that have a certain property key and value. It's often doing a JOIN on that table anyway, so this would be rather efficient.

Reply to "Excluding a category"