我有一个自定义人员细化面板,设置为显示可用于名为CUSLocation的过滤器的所有“值”。我在这个过滤器中有大约45个项目。
过滤器显示44个位置,但不显示第45个位置。这很奇怪。过滤器按升序排序,但不会显示“Downtown”。
但是,当我按照此https://sp.example.com/Pages/company-directory.aspx?r=CUSlocation=“市区”框架网址时,“市区”选项会显示在优化面板中。
CUSlocation是映射到我们的活动目录的元数据属性。
任何想法为什么这可能会发生在人物细化小组中?
<Category Title="Location" Description="Use this filter to restrict results to a specific Location" Type="Microsoft.Office.Server.Search.WebControls.ManagedPropertyFilterGenerator" MetadataThreshold="50" MaxNumberOfFilters="0" SortBy="Name" SortDirection="Ascending" SortByForMoreFilters="Name" SortDirectionForMoreFilters="Ascending" ShowMoreLink="True" MappedProperty="CUSLocation" MoreLinkText="show more" LessLinkText="show fewer"/>