How to filter products by name of the category?

Hello, I want to filter all the products by the title of the Product category but it seems like the title is not allowed it just allows searching by the id of the category, is there any possible solution by changing any settings of the model?

Hello @armankazi111 and welcome to the community!

Since “Product Category” is a linked record, you can’t filter the product based on the field value of a linked record, this is a feature request that we are currently working on: Deep filtering on both CMA and CDA

For now, you can only filter linked records based on the numerical ID of the linked record (that is, you can only filter the productCategory based on the numerical ID of the productCategory record)

1 Like

@m.finamor Thanks for clarifying