Another version could be:
```dataview
LIST
WHERE startswith(file.name, this.file.name)
SORT file.name
```
This qyery is stricter in the sense that it do require the other versions to start with the current file name. (And not only contain it somewhere in there)