[02:30:23] I have a new idea guysWe should make the full use of that status page : https://tools-static.wmflabs.org/bridgebot/ae44dbf4/file_35252.jpg [11:32:16] Does anyone know if it is possible to exclude redirects when performing an `intitle:` search? I get a bunch of hits against redirects and it makes the search useless. Of course I can always use Quarry instead (though SQL has poorer regex support), but it is less convenient. I could not locate an answer easily in the documentation, https://www.mediawiki.org/wiki/Help:CirrusSearch [11:34:04] (I am searching for a bunch of articles that need to be renamed for this or that reason, and it is absolutely fine if there are redirects that match that "wrong" name, I only care about the article proper's names [12:10:21] https://www.mediawiki.org/wiki/Topic:Ujc6zwhx1t17u01g | https://phabricator.wikimedia.org/T90807 | https://phabricator.wikimedia.org/T204089 [13:17:45] if you’re using the API, you could include srprop=redirecttitle and ignore the results that have a "redirecttitle" in the response (example API request (https://en.wikipedia.org/w/api.php?action=query&format=json&list=search&formatversion=2&srsearch=intitle%3Aredirect&srlimit=max&srprop=size%7Cwordcount%7Ctimestamp%7Csnippet%7Credirecttitle)) [13:17:54] doesn’t seem like there’s a better option [18:16:11] That would require Javascript and a call to statuspage on every single pageview. Rather inefficient. (re @Disk: I have a new idea guys [18:16:12] We should make the full use of that status page) [18:17:04] Maybe if we had ssr [18:23:58] Thanks. So basically one needs to add a key to the search index or something? What are the correct steps to do it? Seems like quite a simple thing to do from a perspective of someone who is not aware how MW/WM search indexing works at all (re @wmtelegram_bot: https://www.mediawiki.org/wiki/Topic:Ujc6zwhx1t17u01g | https://phabricator.wikimedia.org/T90807 | https://phabricator.w...) [18:25:42] Hmm, this is messy and it does require additional work (as for this kind of wikignoming I mostly prefer to stick to the GUI), but I guess that is an alternative to using Quarry at least, thanks (re @lucaswerkmeister: if you’re using the API, you could include srprop=redirecttitle and ignore the results that have a "redirecttitle" in the respon...)