epwalsh / obsidian.nvim

Obsidian 🤝 Neovim
Apache License 2.0
3.94k stars 180 forks source link

fix: 0.11 compat #593

Closed tris203 closed 4 months ago

tris203 commented 4 months ago

I have tested this and it seems to work well for me

I had test issues, but i was getting them on main too

Would appreciate if anyone has ideas why. Searching seems to work fine in my tests

Fixed in comment below

tris203 commented 4 months ago

The fix was to add the .filename field to the search, as the new flatten function cannot flatten dict type tables. This was upstream in plenary as they have already merged the flatten compat functions

The tests now pass and everything seems to work from my testing