Bases cards: list property values overlap when they have a date-like format

Steps to reproduce

Open the sandbox, create a new note, and paste this:

---
pseudoDates:
  - 2020-01-02
  - 2023-04-05
  - 2026-07-08
strings:
  - a
  - b
  - c
mixedStrings:
  - a
  - 2025-06-07
  - b
  - c
---

```base
views:
  - type: cards
    name: test
    filters:
      and:
        - file == this.file
    order:
      - file.name
      - pseudoDates
      - strings
      - mixedStrings

```

Did you follow the troubleshooting guide? Y

Expected result

Expecting to see each item in the selected properties

Actual result

Items that have a date-like format are displayed on top of previous list items:

Environment

SYSTEM INFO:
Obsidian version: v1.9.13
Installer version: v1.9.12
Operating system: Windows 11 Pro for Workstations 10.0.26100
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: light
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

Wrapping the date-like strings in quotation marks made no difference.

thanks

1 Like