Search Scope is the crawlers context given in Central Administration. The crawler indexes content based on Search Scope.
0
votes
1answer
118 views
SharePoint Search
I currently have a Homepage and then 4 site collections within that. I have added a search bar for users to search for all documents. When I do the search 0 results come up and I can't figure this ...
0
votes
0answers
71 views
Unable to add new rule in Search Scope
Im working in application build on SharePoint 2007 environment, I have an issue where I unable to Add new rules into Search Scope, it hit the following error:
This is a new setup environment, not ...
1
vote
1answer
262 views
Search Bar Scope Dropdown not visible on My Sites?
I customized My Sites to look like regular SharePoint 2010 sites so that when the ribbon is not active the logo/header of a company is visible AND I added the placeholder for the search barin that ...
1
vote
1answer
368 views
Retrieving search scopes from current site collection
I've did some research on Internet and found some code examples how to retrieve search scopes, but when I try to execute it fails, what do I do wrong?
Here is the code:
SPServiceContext ...
1
vote
0answers
155 views
Why is the SearchBoxEx scopes drop-down displaying duplicates?
We have a SearchBoxEx control defined as follows:
<SPSWC:SearchBoxEx SearchResultPageURL="/Pages/SearchResults.aspx" id="searchControl" RegisterStyles="false" ...
1
vote
1answer
794 views
SharePoint 2010 Search Issues - Scope not working!
I'm having some issues with Search and Search Scopes. Basically I have created a Search Center site and linked it to my site collection in Site Settings->Search Settings. But it doesn't seem to be ...
0
votes
2answers
465 views
Allow Search on a List or Document Library's Column Data
I have followed the instructions found here to attempt to crawl a Document Library's columns, so that the documents can be searched by additional properties of the List Item.
After setting up the ...
0
votes
1answer
918 views
Sharepoint search returns nothing after configuring AAM
There is a sharepoint intranet site http://server_name:port with DNS xyz pointed to server_name.
The issue could be realted to the way i have configured AAM. Here is the background about what was ...
0
votes
1answer
129 views
Scope with rules or modify the search result xml page?
Scenario:
Site collection accessed by external users. so search needs to be within this site collection. Site collection has a document library with 20 documents. 4 pdfs and 16 "Link to a document" ...
0
votes
0answers
129 views
Why scopes in search doubles the item crawled?
I have a single server installation of SharePoint 2010 with SP1. I have configured a Search Service Application and a content source to a shared folder. This folder has 1000 files with simple content ...
1
vote
1answer
1k views
Setting up Search for a specific site collection
Say I have a site collection "Legal". Paralegals from outside (with temp AD account, via citrix) will be accessing the Legal site collection (http://portal.someISD.edu/Legal).
I have about 40 ...
0
votes
0answers
88 views
Creating A Search Scope Using A Choice Fiels
I want to create a search scope in MOSS 2007.
This scope is looking at a list named policies and procedures and should select only the items which are local.
The option to select whether an item is ...
0
votes
1answer
91 views
difference between non-/ shared scopes
can someone point out for me the difference between shared scopes and non-shared scopes?
I think one difference is that shared scopes are available in all site-collections, whereas non-shared scopes ...
0
votes
0answers
122 views
Search inside subsite only using search box webpart
We are using sharepoint 2007.
In one subsite we are using Search Box web part and it is giving result from all site.
We are hiding the scope dropdown and we want to perform search only in subsite.
...
0
votes
0answers
84 views
Configure search box webpart to search in subsite only
We are using sharepoint 2007.
In one subsite we are using Search Box web part and it is giving result from all site.
We are hiding the scope dropdown and we want to perform search only in subsite.
...
1
vote
1answer
266 views
Overriding search control, contextual scope as default
I have a strange problem regarding the overriding of search delegate control in SharePoint 2007.
The purpose of why i override it is to set drop down mode to show contextual scopes as default aka ...
1
vote
1answer
1k views
Setting up the “Search this Site” functionality in Mysites?
I have been able to configure "find people" on the top of the mysites page by setting it to people search results of the enterprise search center in "Setup MySites" settings from CA.
However I cant ...
0
votes
1answer
102 views
Selecting contextual search scope
I have a question regarding the search scopes on sharepoint 2007.
I want to create a feature that will be activated on a web scope.
If the feature is activated on that site and in all document ...
0
votes
2answers
146 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 ...
0
votes
1answer
79 views
How to set an “and condition” in search query
I have a searchable column userd in more then a list. When I search with the search server (by code or by web) my content it works well...
I need to use the same column "more times" in a query and ...
0
votes
1answer
171 views
Limit People Search Scope to Colleagues Only
I'm trying to define a scope down to just a person's colleagues but can't find the property I would use to create the rule.
Thanks for help!
0
votes
1answer
642 views
Creating scope using Property Query
I'm trying to setup a search scope that uses a Property Query, but not getting the results I expect. The idea is that a specific site within my site collection has a set of pages that use taxonomy ...
3
votes
2answers
2k views
SharePoint 2010 search does not crawl a specific site in the site collection
I have a SharePoint 2010 site collection based on a custom Publishing site definition. I'm trying to figure out why sub-sites and pages underneath a certain site (/Foo) are never included in my ...
1
vote
1answer
873 views
Search scopes have too few items
This question is difficult to describe, so bear with me please :)
I'm trying to work out SharePoint 2010 searching and scopes. I have a site that contains 369 sites, and 5563 total pages within those ...
0
votes
0answers
237 views
Search Scope has no content when anonymous access disabled
I'm trying to setup a few search scopes for my SharePoint 2010, Publishing Site with Workflow site. The majority of the site(s) will be available to the public, so anonymous access is enabled for site ...
1
vote
2answers
2k views
Keyword query string in SharePoint Search
I need to create custom search web part with 3 filters. First filter will have all list names in a dropdown box. Second filter will have particular list column values(only 2 values like active and ...
0
votes
1answer
166 views
Custom scope in SharePoint
I need to create a custom scope such that it should point to particular column in a list. Consider i am having a list with column which has values as yes and no. Now i need to create scope for these ...
0
votes
1answer
464 views
Search scope for list returning 0 items
I'm trying to add a search for a list of user manuals.
I was following this link's instructions
And I have the scope set up as,
Scope Rule Type: Web Address
Web Address: Folder: ...
3
votes
1answer
523 views
Programmatically change “Scope Display Group” order
I'm working with some custom search scopes, and adding them to a Scope Display Group. I'm wondering if it's possible to programmatically change the order within a display group, depending which site ...
0
votes
1answer
341 views
Search on site throws 'access denied' error or shows no results
In our to level site collection (which is a portal), and
I've set the search center to my enterprise search site collection: /sites/search/pages. When I log in through ADFS and try to search anything ...
0
votes
0answers
254 views
SERIOUS ISSUES >> Scope - Rule > Shows individual Item Count but Total=0
Added a Scope "HR Documents"
Added 3 Rules (2 inclusion and 1 where IsDocument=1 required)
Individually they are showing to have 7000 (Legal Docs), 4500 (Contracts) and 1000 (IsDocument)
But Total ...
1
vote
1answer
487 views
Edit Search Dropdown ScopeDisplayGroup with Powershell Unauthorized
I am trying to edit the Searchbox Scopes dropdown ScopeDisplayGroup using Powershell using the following code (partly backwards engineered from the scope edit layouts page codebehinds):
...
3
votes
2answers
695 views
Missing search scopes drop down
I have restored a SharePoint site from one domain to another by content database backup and restore method.Site is working fine but it is missing search scopes. i did the same search configuration on ...
1
vote
2answers
3k views
Create a search scope for a document library
I'm having issues trying to create a search scope for a single document library. Do I just simply go to the scope settings in the search service application, create a new shared scope and add a new ...
3
votes
1answer
610 views
People search box results URL doesn't work
We are using SharePoint 2010. We are having a problem with the web part “People Search Box”. We created a custom page from a page layout and added the web part.
We have edited the web part and ...
1
vote
1answer
837 views
Searching my custom BDC model errors
I wrote a custom BDC model, and it works. I can create a list, look at the items, look at a single item, create external data columns in other lists, etc.
Now I created a content source to index ...
0
votes
2answers
495 views
How do I remove sites from the search results
I am trying to clean up my SharePoint search results. Alongside .aspx pages, the search is also returning sites (e.g. http://mywebsite/news), even when these site names have no similarities to the ...
2
votes
1answer
244 views
Possible to use “greater than” / “less than” in Scope Rules?
At first glance it appears that they force you to use "equals" as the operator. Does anyone know of a way to setup a rule that allows you to use "less than" and "greater than"?
If not, would it be ...
3
votes
2answers
4k views
How to set up search scope for a subsite in sharepoint 2010
I have a site collection with multiple subsites. I am not using the root level site at all, only the subsites. I would like each subsite to have their search results only within the subsite. What are ...
0
votes
1answer
261 views
Search Scope with Rule on TaxonomyField
I've got a Termset for the corporate defined Taxonomy.
Now I need to define a search scope that will limit my search results to content that has been tagged with particular values of this taxonomy.
...
2
votes
2answers
347 views
Excluding FBA users from people search
I've got a mixed environment with both AD users as well as FBA users. The FBA users are stored in a seperate ASP.NET membership database.
Now when I use search, both AD and FBA users show up. I'd ...
1
vote
2answers
74 views
How to configure search to search by information inside of PDF documents
I want to setup my search in a way that when I search for information or documents in my search site, it allows me to search using information inside the document.
What do I need to configure?
Many ...
0
votes
1answer
87 views
Can we search a MOSS parent site from a child subsite?
I created a MOSS 2007 subsite and I need to enable searching in the parent site. Is this possible? Thank you.
3
votes
2answers
305 views
Renaming the OOTB contextual search scope (i.e. “This site: Site Name”)
I want to remove the "This site: " prefix from the OOTB contextual search scope. I realise I could hack this with JavaScript, however does anyone know of a supported way to achieve this?
1
vote
4answers
4k views
“The SharePoint item being crawled returned an error when attempting to download the item”
I"m having a issue that I haven't found any way to resolve that. I ran crawler and then viewed crawl log, I saw "The SharePoint item being crawled returned an error when attempting to download the ...
1
vote
2answers
2k views
Scope in your query does not exist
I'm developing a web part (in VS 2010 for SharePoint 2010) to seach all content in a Publishing Site Collection. I have the following code (just testing before I change the scope and the select ...
0
votes
1answer
65 views
Need guidance on setting up people search
I need some guidance on how to setup people search.
Would this http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?List=676af157-7d96-4e15-a987-54b8a3e4d948&ID=53 be a good link to ...
0
votes
1answer
91 views
How do I add People Search in the search drop down?
We have a new test box and I like to put people search in the main search drop down. How is it done? I tried googling and it talks about setting up user profile which I already did. and sync is ...
0
votes
1answer
3k views
Custom OSSSearchResults.aspx with Variations in SharePoint 2010
I have a SharePoint 2010 Publishing site with two variation labels.
At the site collection level, under Search Settings, search is configured as follows:
Site Collection Search Center: Do not use ...
0
votes
2answers
471 views
Custom People Search URL not working in multiple locations
SharePoint 2010. When in my sites (profiles) the find people box goes to /SearchCenter/Pages/PeopleResults.aspx. I have a custom search based on a web part (searches our HR database not sharepoint ...
