OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
26 stars 107 forks source link

Service categories search only returns top level ones #156

Closed NielsDeGroot closed 3 days ago

NielsDeGroot commented 2 weeks ago

When you search for a specific Service category: qer-app-portal/#/newrequest/allProducts only top level ones will be returned (without parents). portal/shop/categories?ParentKey=&filter=%5B%5D&search=ChildCategory The 'Parent=' parameter is always present?

The apicontrol search: new-request-product.component.ts line 200: const response = await this.categoryApi.get({ ParentKey: '', ...params, ...userParams });

I would prefer if it works like: const response = await this.categoryApi.get({ ...params, ...userParams });

Is this intentional?

Regards, Niels

zime-rch commented 2 weeks ago

We have the same issue on searching in the service categorie. Our expectation would be that all subcategories are also listet as search results.

hannoquest commented 3 days ago

Hi @NielsDeGroot , @zime-rch , The internal bug ID for this is 459707; expecting a fix to be deployed here soon.