I have installed and used the extension "Nuke," but there are more pages I would like to delete on a full text search query, not just the title. This is line 277 from extensions/Nuke/includes/SpecialNuke.php
in MediaWiki 1.34
$where[] = 'rc_title LIKE ' . $dbr->addQuotes( $pattern );
where the LIKE clause of the SELECT query is built, to delete articles based on SQL patterns in the title.
I would want an added option to do a full text search on article contents for mass deletion, as well.
I can enter certain terms in the main search box of the wiki, and find a large number of articles I want to delete, as well.
Any suggestions?