avy
                                
                                
                                
                                    avy copied to clipboard
                            
                            
                            
                        avy-isearch fails to observe (search-invisible nil) in dired-hide-details-mode
avy-isearch fails to observe both
#+begin_src elisp
(search-invisible nil)
(isearch-invisible nil)
#+end_src
when searching a Dired buffer in dired-hide-details-mode
When only a single match is present in the visible text, it still asks for confirmation, if there are additional matches in the invisible text. It should silently accept the match if there is only one candidate.
It also doesn't observe (dired-isearch-filenames t)
Thanks. PRs welcome.