DNS add search domain from command line
How to: add search domain suffix
nmcli c show
nmcli c modify "STATIC-Google-DNS-IP4" ipv4.dns-search "ic4.eu"
sudo nmcli c down "STATIC-Google-DNS-IP4" && sudo nmcli c up "STATIC-Google-DNS-IP4"
You should now see your added DNS search suffixes
cat /etc/resolv.conf