Forum Discussion
Bastiaan Kortenbout
Apr 06, 2017Brass Contributor
Highlighted content webpart - Filter on managed property using Query variables
The default News webpart already shows me an overview of News articles from the current site. I want the Highlighted content webpart to show News articles from all sites below the current site. There...
Schneika
Jan 14, 2022Iron Contributor
Not possible to use dynamic Page-Filter-Properties (Filter-Tokens) like {Page.Property} in Highlighted Content WebPart. Annoying since years...
Instead i use the wellknown SPFx React Search WebParts on GitHub which are able to Filter on Page-Tokens like this:
{searchTerms} owstaxIdInternalColumnName:{Page.InternalColumnName.Label}
(in Case of Managed Metadata Column / Label)
Instead i use the wellknown SPFx React Search WebParts on GitHub which are able to Filter on Page-Tokens like this:
{searchTerms} owstaxIdInternalColumnName:{Page.InternalColumnName.Label}
(in Case of Managed Metadata Column / Label)