Search Scope is the crawlers context given in Central Administration. The crawler indexes content based on Search Scope.
5
votes
2answers
2k views
SharePoint 2010 add a new search scope programmatically
You can add a new search scope via powershell:
New-SPEnterpriseSearchQueryScope -SearchApplication "Search Service Application" -Name NewSearchScope -Description "New Search Test Scope" ...
1
vote
2answers
364 views
Any way to only include a particular page (such as DispForm.aspx) in Search Results?
I'm trying to create a search scope in SharePoint 2007 that searches all lists in a given site. But I want the results to only include the actual list item itself, not the all items form or anything ...
1
vote
4answers
2k views
How to limit Search Crawl only to subsite
I have a top site collection (http://myportal) and subsite (http://myportal/teamsite) in a SharePoint 2010 based intranet.
My Question:
I am trying to configure search in such a way that when a user ...
2
votes
2answers
15k views
SharePoint 2010 Search not working
I have installed and configured SharePoint 2010 to run on the same box as the SQL Server its running from in Windows Server 2008 R2. Everything is working fine except the search. I have uploaded ...
0
votes
2answers
147 views
SharePoint 2010 Search - Site Collection - Managed Paths
I am having issues getting search to work in a Site Collection that is in a managed path. My site structure is as below:
Publishing Site
---Managed Path
-----Site Collection
The search is working ...