Also over here `productSearchDetail.filters = [cus...
# suitescript
m
Also over here
productSearchDetail.filters = [customFilters];
you are trying to add your custom filter to the existing filters, but then you are setting the search filter to
customFilters
instead of
defaultFilters