There are elements of a URL that don't matter like jump tags like https://foo.com/my-article#heading the #heading part just tells the browser to jump to that section of the document, but the root URL is https://foo.com/my-article and is the only part that should matter when saving or retrieving ratings.
I need to see if there is the concept of a "core url" or a "root url" that has the important bits stripped of the ephemeral bits to use when saving ratings
There are elements of a URL that don't matter like jump tags like
https://foo.com/my-article#headingthe #heading part just tells the browser to jump to that section of the document, but the root URL ishttps://foo.com/my-articleand is the only part that should matter when saving or retrieving ratings.I need to see if there is the concept of a "core url" or a "root url" that has the important bits stripped of the ephemeral bits to use when saving ratings