zoukankan      html  css  js  c++  java
  • Search does not work with Anonymous Access(匿名访问搜索无任何结果)

    CAUSE :
    This is a default behavior seen in SharePoint that anonymous users do not get search results.  Security trimming prevents anonymous users from seeing items in search by default.

    RESOLUTION in MOSS 2007:
    Enable “Always index all ASPX pages on this site” on the site collection.

    Perform the following steps:
    • Open the SharePoint Site
    • Click on Site Actions, Site Settings and Modify Site Settings
    • Click on Search Visibility
    • Select the option that says “Always index all ASPX pages on this site”
    • Perform a full crawl again
    • Log into the site anonymously and perform search and you should get search results now

    Resolution in Moss 2010:

    Enable “Always index all ASPX pages on this site” on the site collection.

    Perform the following steps:
    • Open the SharePoint Site
    • Click on Site Actions, Site Settings

    • Click on Search and offline availability

    • Select the option that says “Always index all ASPX pages on this site”
    • Perform a full crawl again
    • Log into the site anonymously and perform search and you should get search results now

  • 相关阅读:
    创建对象的七种方式
    设计模式之工厂模式
    设计模式之单例模式
    排序算法之插入排序
    排序算法之选择排序
    类及对象初体验
    排序算法之冒泡排序
    迭代器和生成器
    装饰器
    函数进阶
  • 原文地址:https://www.cnblogs.com/KingStar/p/1961557.html
Copyright © 2011-2022 走看看