Document namespaceId cross-wiki filtering caveat in the graph model#948
Open
JeroenDeDauw wants to merge 1 commit into
Open
Document namespaceId cross-wiki filtering caveat in the graph model#948JeroenDeDauw wants to merge 1 commit into
JeroenDeDauw wants to merge 1 commit into
Conversation
Follows-up to #946 Clarifies that the new `namespaceId` page property uses MediaWiki's canonical namespace IDs: built-in namespaces have the same ID on every wiki, so filtering behaves consistently when the graph is shared by multiple wikis, while custom namespaces defined via $wgExtraNamespaces get per-wiki IDs and should be paired with wiki_id for unambiguous cross-wiki filtering. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bfa9a61 to
88acf25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows-up to #946
Clarifies how the new
namespaceIdpage property behaves when a graph is shared by multiple wikis. Built-in namespace IDs (e.g.0main,12Help,14Category) are identical on every wiki, sonamespaceIdfiltering behaves consistently across wikis. Custom namespaces defined via$wgExtraNamespacesget per-wiki IDs that may differ in meaning between wikis, so they should be paired withwiki_idfor unambiguous cross-wiki filtering.This sharpens the "canonical MediaWiki namespace ID" wording from #946, which is precise for built-in namespaces but not for custom ones when the graph holds more than one wiki.
🤖 Generated with Claude Code