#

Match-All Tag Filtering

Use match=all to find pages that carry every one of a set of tags, not just any of them.

v0.6

This page has been octothorped with these terms



BACKLINKS

By default, multiple ?o values use OR logic — a page matching any of the terms is returned:

/get/pages/thorped?o=cats,tacos

Add ?match=all to require every term:

/get/pages/thorped?o=cats,tacos&match=all

The first query returns pages tagged #cats or #tacos. The second returns only pages tagged with both.