Not sure if this has happened just recently, or I’ve been living with it for a long time, but: case sensitive node search in org-roam was starting to bug me.
- Turns out that it’s Helm that is doing it, when set to the ‘smart’ completion algorithm.
- I just need to
(setq helm-case-fold-search t)
and all is good – much smoother completion experience. - See: https://org-roam.discourse.group/t/v2-case-insensitive-completion-and-backlinks-not-working-as-expected/1701/17
- In Doom, something different.
- I’ll pop it in a separate note: Turning on case-insensitive search in org-roam