I also use vim-grepper (mapped to leader-g) for finding in files and populating the quickfix list.
https://github.com/mhinz/vim-grepper
Does that work for you? I thought that's what a fuzzy finder is
If I wanted all occurrences of lines that match a pattern I'd use vim-grepper (which uses Ag or ripgrep under the hood) and search with a regex.
If you're using Telescope you can use your fuzzy search to find the lines you want then use <C-q> to send them to your quickfix list.
I also use vim-grepper (mapped to leader-g) for finding in files and populating the quickfix list.
https://github.com/mhinz/vim-grepper