Wrong link suggestion

Sometimes I get two suggestions for one link, both relative address and vault absolute address will show up. But only absolute address can be opened.

image

Steps to reproduce

Not sure if others can reproduce this, becasue not every link has this issue.
type [[ and key word

Expected result

[keyword](fold/keyword.md)

Actual result

[keyword](fold/keyword.md)
[keyword](../fold/keyword.md) (it will actually link to a wrong location)`

Environment

Where is the source file and where is the target link within the vault?
Have you tried removing the cache file for your vault?

Note: you use markdown links, for max compatibility with other apps you should use relative path.

For example, the file is in c:/vault/folder/file.md

If I choose the relative path, it will link to c:/folder/file.md

I removed the cache file and now the problem is solved. Thanks.