Page MenuHomePhabricator

Query multiple filter logs at the same time in the API
Closed, ResolvedPublic

Description

Currently when trying to query multiple filters from the API, you have to send multiple requests to https://en.wikipedia.org/w/api.php?action=query&list=abuselog&aflfilter=139, https://en.wikipedia.org/w/api.php?action=query&list=abuselog&aflfilter=3, etc.

You should be able to do something like: https://en.wikipedia.org/w/api.php?action=query&list=abuselog&aflfilter=139|3, which would just combine them in the same format.


Version: unspecified
Severity: normal

Details

Reference
bz42802

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:54 AM
bzimport added a project: AbuseFilter.
bzimport set Reference to bz42802.

Change merged by Chris... thanks :)