Hi Creators,
As some of you may be aware, searching for items by creator name has issues on the avatar marketplace. When you search for items made by a certain creator using their creator name, if there is a user and a group who go by the same name, the user’s creations will always get shown. There is no way to specify what CreatorType you are looking for. The only workaround on the web is to append &CreatorType=Group in your url.
For example, if you are trying to search by creatorName adidas on web marketplace:
https://www.roblox.com/catalog?Category=1&CreatorName=adidas&salesTypeFilter=1
In the past, that would only show you creations from the user adidas, this is how you would specify that you want to see creations from the group adidas:
https://www.roblox.com/catalog?Category=1&CreatorName=adidas&CreatorType=Group&salesTypeFilter=1
This has caused frustration among the community when a search by creator name works for a group for a long time until a user gets created with that same name and all of a sudden the same url turns up a page of empty results.
The Solution
When creatorName is specified and creatorType is not specified, catalog-api will return creations from both user and group if both exist, or from either one if the other does not exist. Note that there will be no UI changes to marketplace web and the universal app, meaning there is still no way for users to specify search by creatorType via the user interface. The way to distinguish between a creation from user and group visually in the results is there is a ‘@’ prefix in front of username but no such prefix for group name.
Creation from “adidas” user on left vs “adidas” group on right
In order to support these changes,some changes on catalog-api are necessary. We will introduce a new creatorType enum 0 = All which will be the default creatorType if not specified in the url.
In order to allow our developers who use AvatarEditorService::SearchCatalog to specify what CreatorType they are looking for, we have included support for the CatalogSearchParams.CreatorType and Catalog.SearchParams.CreatorId parameters in AvatarEditorService. More detailed documentation can be found here.
We understand that this change may adversely affect users who add links to marketplace in the description of their items without specifying creatorType as creations from groups of the same name will start showing up in those links. Please take note that going forward, if that is unacceptable to you, you will have to specify the CreatorType in your link, otherwise, creations from both user and group will appear interleaved according to our internal ranking function.
If you are concerned about impersonation of a popular UGC creator by creating a group with the same name, there are clear Roblox community standards and guidelines against impersonating individuals, groups and entities in ways that may harm their reputation. A group sharing the same name as a user alone is not enough grounds for this violation. You would need to prove that this group is intentionally impersonating you by maybe using your logo or likeness in marketing their creations, hence misleading users to think their creations are made by the impersonatee. If you would like to report a group who you think is impersonating you, file an abuse report under the “Bullying, harassment, discrimination” category.
Please let us know if you have any questions or concerns!