Search Catalog Params returns random IDS which isn't related to the search (Server-Side)

Hello this bug started 2 months ago roughly, only on server side when you use the AvatarEditorService to search the catalog for Emotes it will in studio return the correct IDS but when in-game it return only 2 IDS of something called “Half Head” and the other ID is random. I have attached images to show what I mean.

Issue only happens In-game and Server-Side

Search Params

local params = CatalogSearchParams.new()
params.SalesTypeFilter = Enum.SalesTypeFilter.All
params.AssetTypes = {Enum.AvatarAssetType.EmoteAnimation}

local types = game:GetService("AvatarEditorService"):SearchCatalog(params)

catalog params issue 2

3 Likes

This is just an acknowledgment announcement!

We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!

Thanks for the report!

2 Likes

it seem to only work like this when the SearchKeyword is empty

1 Like