[15:54:09] Is the class 'navigation-not-searchable' the only way to make CirrusSearch ignore something? It's such a mouthful, and we also use 'noexcerpt' for a similar purpose (to make TextExtracts ignore it), so I wonder if it would be possible to just use 'noexcerpt' for both purposes? [15:55:06] TL;DR: can I make CirrusSearch ignore content within HTML tags that have class="noexcerpt"? [16:30:49] taylan: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/master/includes/content/WikiTextStructure.php#29 is the list of excluded selectors. You could try to get `.noexcerpt` added by making a Phabricator task asking for it. See T162905 and T164100 as semi-related [16:30:49] T164100: Consider excluding pronunciation guides from TextExtracts - https://phabricator.wikimedia.org/T164100 [16:30:50] T162905: Add selector for editors to control exclusion of navigational elements from search results - https://phabricator.wikimedia.org/T162905 [21:41:26] Hi all, I'm trying to revive a pretty old wiki that has a lot of content on it. I'm getting a DB error (postgres) that says; [21:41:29] from within function "ManualLogEntry::insert". Database returned error "23505: ERROR: duplicate key value violates unique constraint "logging_pkey" ". [21:41:43] Can I delete the contents of the logging table? [21:45:51] alternatively, is there a way to have SQL queries displayed on error? Currently I am getting; (SQL query hidden) [21:47:03] https://www.mediawiki.org/wiki/Manual:$wgShowSQLErrors/en [21:47:05] found it [21:49:54] fixed! Once I could see which specific entry was a duplicate, I could delete that entry and I'm back in business.