Bases group-by does not account for different headers

Steps to reproduce

  1. Create dummy-notes with a property with wiki-links to different headers inside some reference note.
  2. Create a base to view the dummy-notes with a group-by the above mentioned property
  3. In this base, dummy-notes are visible under the same group-by banner despite referencing different headers.

Did you follow the troubleshooting guide? [Y/N]

Yes.

Expected result

I would expect the base to group the dummy-notes to each unique header under different banners.

Actual result

The dummy-notes are grouped under the same banner with a reference to the unique header which happens to be on top (depending on sort by).

Environment

SYSTEM INFO:
Obsidian version: 1.12.7
Installer version: 1.12.7
Operating system: #1 SMP PREEMPT_DYNAMIC Wed, 10 Jun 2026 08:58:02 +0000 7.0.12-arch1-1
Login status: logged in
Language: en-GB
Catalyst license: insider
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: Dracula Official 1.1.3
Snippets enabled: 0
Restricted mode: off
Plugins installed: 13
Plugins enabled: 13
1: Git v2.38.6
2: Calendar v1.5.10
3: Iconize v2.14.7
4: Leaflet v6.0.5
5: Linter v1.32.0
6: Relative Line Numbers v3.0.0
7: Vimrc Support v0.10.2
8: Homepage v4.4.4
9: Auto Note Mover v1.2.0
10: Scroll Offset v1.0.4
11: Omnisearch v1.29.3
12: Pocket Bird v2026.5.15
13: Tag Wrangler v0.6.4
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

filters:
  and:
    - topics.contains(this.file)
formulas:
  länkad i molekyl: file.backlinks.filter(value.asFile().tags.contains('molecule'))
views:
  - type: table
    name: Alla
    filters:
      and:
        - tags.contains("atom")
    groupBy:
      property: references
      direction: ASC
    order:
      - file.name
      - references
    sort: []
    columnSize:
      file.name: 418

Above base is show as a screenshot below. It is grouped by the property ‘references’ but they are grouped under the same banner despite being different references.

Above is valid on the iOS app as well.