FIXEDI have fixed the issue.
For some reason and some way unbeknownst to me the registry got corrupted. After a few days searching for registry fixes I found this little tidbit:
If you are also experiencing this problem when you try to click on a drive, you can run this command from the run box or command prompt:
regsvr32 /i shell32.dll
This should restore the normal behavior.
Somehow my shell32.dll file got messed up in the registry where it concerned links from other programs not in Explorer. Instead of opening a directory it would always perform a search instead.
This small run command fixed it instantly!