I use Emacs with Evil mode, and while I entering the search pattern, the ElDoc message is displayed replace the current search pattern. It is quite annoying. I looked into ElDoc and see a function eldoc-display-message-p
that check for conditions that ElDoc should not display the message.
I need some hint to advice this function to prevent ElDoc interference with Evil search.