Document search bar produces broken links

Hi,

I would like to inform the Epic team that the documentation search engine (website) has a problem.
When I’m searching a class in the API, the link is wrong…

For example, when I’m trying to find “AGameMode”, I have the following link (404) :

And the correct link should be :
https://docs.unrealengine.com/latest/INT/API/RuntimeModules/Engine/GameFramework/AGameMode/index.html

So the Runtime in the links should be replaced to RuntimeModules.

That’s the case for lots (all ?) classes, like Actor for example.

Regards

Search is powered by Google we need to wait for google spiders to collect and update data

You’re right, not saw that was Google…

I think those old (broken) links should probably be redirects, if possible.

Yeah second link works but first link still broken.

Now I have the inverse problem. When I search for FRawStaticIndexBuffer the first occurrence is: https://docs.unrealengine.com/latest/KOR/API/RuntimeModules/Engine/FRawStaticIndexBuffer/SetIndices/index.html

I take a 404 with this link, the correct is: https://docs.unrealengine.com/latest/KOR/API/Runtime/Engine/FRawStaticIndexBuffer/SetIndices/index.html