Variable: eww-search-prefix
eww-search-prefix is a customizable variable defined in eww.el.gz.
Value
"https://duckduckgo.com/html/?q="
Documentation
Prefix URL to search engine.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-search-prefix "https://duckduckgo.com/html/?q="
"Prefix URL to search engine."
:version "24.4"
:type 'string)