[16:13:15] Ack [22:52:02] I am trying to make an API query, under Wikipedia's Portal:Current_events/ apprefix at the same time srsearch to look for pages with exclude certain terms; in other word, I wish to filter for pages with prefix in title as well as do full text search, how to do? [23:06:39] For example: https://en.wikipedia.org/w/api.php?action=query&list=search&srnamespace=100&srlimit=10&srsearch=-death%20-dead%20-kill%20-die&srwhat=text&srsort=create_timestamp_desc&format=json&formatversion=2 [23:07:59] generator doesn't seem to work in the manner I am looking for..