All About SharePoint

Liedong(Ken) Zheng,SharePoint Leader at SIMPLOT

Posts Tagged ‘Search Scope’

Search Scope for Content Source in Fast Search

Posted by ken zheng on August 26, 2011

TechNet has an article to create and view Search Scope, but I followed all the procedure still can’t get Item in the search scope.

After hours search, I found you will need to create a content source in your Fast Search Query service as well.

Below is the PowerShell I run to create the search scope

a list of all available content sources

$searchapp = Get-SPEnterpriseSearchServiceApplication "FASTQuery Service Application" 

Get-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp


$searchapp = Get-SPEnterpriseSearchServiceApplication "FASTQuery Service Application" 
$scope = New-SPEnterpriseSearchQueryScope -Name "productsscope " -Description "product scope created in PowerShell" -SearchApplication $searchapp -DisplayInAdminUI $true 
New-SPEnterpriseSearchQueryScopeRule -RuleType PropertyQuery -ManagedProperty ContentSource -PropertyValue "Product Master"-FilterBehavior Include -url http://simsearch.simapps -scope $scope -SearchApplication $searchapp

				

Posted in Fast Search, Sharepoint | Tagged: , , | Leave a Comment »

Understand Site Level Search Scope In SharePoint 2010

Posted by ken zheng on July 28, 2011

You can create a Search Scope by Site Collection –>Search Scopes

image

Then you need set the rule for the scope

image

image

and you need run a full crawl on the content source in FAST Query Service

image

To get search scope dropdown list in your search, you need change in your site collection settins

image

image

Same as the search centre, you need to modify the page to enable “Scopes”

image

image

image

 

Here is a good article help you understand the search scope, and this is the article show you how to modify the advanced search to include custom columns.

Posted in Sharepoint | Tagged: , , | Leave a Comment »

Display a Search Scope in the Search Box and Advanced Search Web Parts

Posted by ken zheng on May 27, 2008

To add the Products search scope to the scopes drop-down list for the Search Box Web Part

  1. In your browser, navigate to your site’s home page.
  2. Click the Site Actions link, and then in Site Settings, click Modify All Site Settings.
  3. In Site Collection Administration, click Search scopes.
  4. Click Search Dropdown to open the Edit Display Group page.
  5. In the Scopes section, for Products, select Display.
  6. Click OK to save your changes.

To add the Products search scope to the displayed scopes for the Advanced Search Web Part

  1. In your browser, navigate to your site’s home page.
  2. Click the Site Actions link, and then in Site Settings, click Modify All Site Settings.
  3. In Site Collection Administration, click Search scopes.
  4. Click Advanced Search to open the Edit Display Group page.
  5. In the Scopes section, select Display for Products.
  6. Click OK to save your changes.

Posted in Sharepoint | Tagged: | 1 Comment »

Add new search scope into display group

Posted by ken zheng on May 15, 2008

Go to Site Setting on your intranet, under Site Collection Administration, click Search Scope.

Select Search Dropdown and tick the search scope

Posted in Sharepoint | Tagged: | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 28 other followers