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"/>
  • 相关阅读:
    ie兼容问题整理
    jQuery Easing 使用方法及其图解
    前端模块化学习
    velocity常用语句速查表
    table插件实现
    表单自动提交问题整理
    移动端开发
    工具的使用及配置
    《TCP/IP详解 卷1:协议》读书笔记
    iOS 内存泄漏
  • 原文地址:https://www.cnblogs.com/rickie/p/18739.html
Copyright © 2011-2022 走看看