I followed the documentation
https://docs.umbraco.com/umbraco-cms/extending/backoffice-search and able to search on a property ("skus") from backoffice section header search.
I would like to do the same search in "productList" LISTVIEW . How do I achieve it? The Listviews child is "product" doctype and "skus" is a property.
public new IEnumerable
GetBackOfficeDocumentFields()
{
return new List
(base.GetBackOfficeDocumentFields()) { "skus" };
}
Umbraco version: 12.3.6