Disable fuzzy search in provider documentation

Hi,

I work a lot with Terraform and spend a lot of time browsing the aws provider documentation and a pain point of the documentation website is the fuzzy search for resources and data.

The aws provider has so much resources and data definitions fuzzy search makes it painful to go promptly to what you are actually looking for.

Take `aws_vpc`, typing this in the search field in the aws provider docs currently yields 768 matches and it takes a lot of scrolling and eye focus to get to what you are looking for.

I wish to be able to configure (a checkbox ?) the search mechanism to switch from a fuzzy search to a basic `contains`, that would save me a lot of time.

Regards.