Forum Discussion
stowe447
Oct 23, 2019Copper Contributor
Highlighted Content Web Part - filter on certain document library and tags
Hi, We saved all our "Final" documents in a particular site. For example: I have "Final" Training Document Library in a specific site that called Find It Here (FIH). With the FIH site, we also h...
Matti Paukkonen
Oct 23, 2019Iron Contributor
Hi stowe447!
When filtering with managed properties, logical operation in the search query behind is OR for all managed metadata filters. Highlighted Content will return an item, when at least one of the managed metadata filters is true for that item.
Here is an example what a search query looks like.
How about using Custom Query and KQL filter, where you can write your own search query. If you want just to display items from a certain document library, you can use "Path:<url to document library>" on your search query. For example
Path:https://tenant.sharepoint.com/sites/site/Shared%20Documents AND (Curriculum..:"Guest Speaker" OR Curriculum...:"Governance")