zoukankan      html  css  js  c++  java
  • Create a Search Scope for a Sharepoint 2010 List or Library

    Update: I’ve just recorded a screencast tutorial on creating a search scope: click here

    Go to Site Actions > Site Settings (make sure you’re in the root site), and click “Search scopes”.

    Click “New Scope” to create a new scope to load in a sub-page of the site.

    Nothing really needs to be set on this screen except the title. If you want this to be a default scope that shows in the normal scope dropdown, make sure and select the “Search Dropdown” box. Otherwise, everything can be set in your custom page.

    In the next screen you’ll see your newly created scope under “Unused Scopes”. There are no rules attached to this scope yet, so let’s go create some. Click “Add rules”.

    If you want this search scope to query a specific list (for instance, I wanted it to troll through the “newlist” list), enter the address of the list in the “folder” textbox. Also, if you check “require” it will designate that only this list will be searched.

    I’m not exactly sure how often the scopes update, but it seems to be about every 15 minutes. I assume it depends on how your server is setup.

    Next, create a new page. In this page, add some webparts. Add the following 3 webparts:

    • Search Box
    • Search Core Results
    • Search Paging


    Search Box
    When you add the search box webpart, the only thing I would change is the page which displays the result. I want to display the results on this page, not on the typical search page. So I just put the address of the page I’m on. That way it will send the search results to this page’s results webpart.

    Search Core Results
    Here is where you need to input the scope. Edit the webpart and look for the “location properties” section. Under “Scope” type the name of your scope (human readable is fine).

    Click OK, reload the page, do a search, and now the search results should only show items in your list! Tada!

     
    Find something in this article or on my blog you like...but not entirely sure how to do it yourself? Outsource! ben@bentedder.com
  • 相关阅读:
    [redis读书笔记] 第二部分 sentinel
    [redis读书笔记] 第三部分 多机数据库的实现 复制
    单线程的REDIS为什么这么快?
    [redis读书笔记] 第二部分 单机数据库 RDB持久化
    [redis读书笔记] 第二部分 单机数据库 数据库实现
    选靓号——拼多多笔试题(贪心+暴力)
    种树——拼多多笔试题(暴搜+剪枝)
    【学习笔记】《Java编程思想》 第8~11章
    leetcode——二分
    CodeForces-1265E(期望)
  • 原文地址:https://www.cnblogs.com/bmib/p/2433416.html
Copyright © 2011-2022 走看看