Class page queries are case sensitive

i cant find a way to make this post that long so

The API Class pages on the devhub are case sensitive
Part | Roblox Creator Documentation will load the Class page for Part
image

However, https://developer.roblox.com/en-us/api-reference/class/part (or any other pattern of upper and lowercase) will 404.

This affects all API instances, not just part
https://developer.roblox.com/en-us/api-reference/class/instance
https://developer.roblox.com/en-us/api-reference/class/marketplaceService

I believe this is due to how the API’s JSON file is registered, meaning ‘part’ is not found in the JSON file.

4 Likes

Isn’t this purposeful? There are two different pages for className and ClassName, which wouldn’t be doable if it wasn’t case sensitive.

3 Likes

This is intentional for the reasons @rogchamp mentioned. Perhaps you should use the site search instead, which provides case-insensitive exact matches as the first result, as far as I know.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.