How to search the API

Confused about the best way to search the API for classes and functions. Often the search results on this site give completely wrong results.

For example, I want to arrive at this page: DrawDebugLine | Unreal Engine 5.5 Documentation | Epic Developer Community

This is the function that I want. Not the Kismet or BP one. However, when I search the site for “DrawDebugLine”, this is not even in the top 10 results.

Where and with what query can I arrive at this function?

My usual approach is to find the class it belongs to in the list of classes. Obivously this is not ideal because you need some kind of idea of what class a function belongs to.