Hi @Marina Cicchi ,
It sounds like you're encountering issues with the filters not displaying the expected options from different sites in your PnP search implementation. When using choice type columns as filters in SharePoint search, it's important to ensure that the managed properties are correctly configured and that the crawled properties are properly mapped.
Here are a few things to consider:
- Managed Property Configuration: Ensure that the managed properties for "Document Type" and "Document Owner" are set as searchable and allow multiple values. This is crucial for them to be used effectively in search filters.
- Crawled Property Mapping: When mapping the crawled properties to the refinable managed properties, make sure you are selecting the correct crawled properties. The naming convention is important; use the crawled properties with the prefix.
ows_
- Refinable Managed Properties: Since you are using the same names for the columns across both sites, ensure that they are indeed mapped to the same refinable managed properties in the search schema. If they are not, the filters may not recognize the values from both sites.
- Full Crawl: After making any changes to the managed properties or the search schema, perform a full crawl to ensure that the changes take effect and that the search index is updated.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.