I was using ivy+swiper for a while, and it has swiper-from-isearch which gives a nice occur-like UI for finding isearch matches. I switched to vertico + consult recently.
I see that consult has consult-line which you can bind into isearch-mode-map, but it's not the same, because it does regexp matching rather than literal string matching.
Is there a version of consult-line that matches the same way plain (non-regexp) Isearch does?