I wanted to integrate the ajax search pro to enfold theme but the search is not properly working. The search is in the navigation menu. If you type something in the search field (e.g. biskrem) its not doing its work and if you press enter the page will reload and create this url http://akar.pandavisuals.de/?phrase=biskrem#
Thank you very much for the details, it helps a lot!
I have fixed the issue, by enabling this option: https://i.imgur.com/rSbHbQC.png
The menu search is injected when clicking on the search icon, thus the event handlers are not properly registered. This option tries to detect this injection, and re-initialize the search if possible.