Web Portal: Research child service categories

Hello everyone,

We are using oneIM 9.2 version and using Angular web portal.

We have organized our It Shop Products in Parent Service Categories and Child Service Category. In the Web Portal, in the It Shop section the research bar search only the parent service categories names. If I try to search a nested service category name (child service category) the research doesn't work. So, in general, the research doesn't work at a depth level greater than one.

Is there a way to solve this problem?

Thanks in advance

Andrea

Parents
  • Hello Andrea,

    Good catch, I can confirm this is also the case in OneIM9.2.1
    When you search it will only find categories without parents
    https://.../apiserverdev/portal/shop/categories?ParentKey=&filter=%5B%5D&search=Child
    The 'Parent=' parameter without value looks to be the cause.

    If you remove this parameter it gives you the result.
    https://.../apiserverdev/portal/shop/categories?filter=%5B%5D&search=Child


    So this looks like a issue those can be reported at: github.com/.../issues

    Regards,
    Niels

Reply
  • Hello Andrea,

    Good catch, I can confirm this is also the case in OneIM9.2.1
    When you search it will only find categories without parents
    https://.../apiserverdev/portal/shop/categories?ParentKey=&filter=%5B%5D&search=Child
    The 'Parent=' parameter without value looks to be the cause.

    If you remove this parameter it gives you the result.
    https://.../apiserverdev/portal/shop/categories?filter=%5B%5D&search=Child


    So this looks like a issue those can be reported at: github.com/.../issues

    Regards,
    Niels

Children
No Data