zoukankan      html  css  js  c++  java
  • How to enable search function of Windows SharePoint Services

    1. To enable searching within windows SharePoing Services, the full-text searching feature for SQL Server 2000 must be installed on the SQL Server computer;

    2. When SQL Server 2000 has been configured to support full-text searching, windows SharePoint Services can be configured to enable search.

    3. Please operate the SharePoint Server according to the following prcedures.
    (1) Click Site Settings.
    (2) Click Go to SharePoint Portal Server Central Administration.
    (3) In the links to related administration home pages, click on Windows SharePoint Services
    (4) Click on Configure Full-Text Search in the component configuration section
    (5) In the Search Settings section, click on Enable Full-Text Search and Index Component to select the service

    In addition, the following codes will be used to show a search form on the aspx page.
    <SharePoint:ViewSearchForm ID="L_SearchView" Prompt="Search this site" Go="Go" Action="searchresults.aspx" runat="server"/>
  • 相关阅读:
    分治策略
    uva 11424
    lightoj 1214
    lightoj 1282 && uva 11029
    lightoj 1341
    zoj 2369 Two Cylinders
    几种素数筛法
    lightoj 1245
    hdoj 1299 Diophantus of Alexandria
    求前n项正整数的倒数和
  • 原文地址:https://www.cnblogs.com/rickie/p/18739.html
Copyright © 2011-2022 走看看