0
votes
0answers
27 views

Search pages on the basis of Site Column in Sharepoint 2010

Before i ask my question here is the brief of my scenario. I have as site column named Keywords which is of type Text. This is being used a column in a Site content type(CT1) of type Page. I have Page ...
1
vote
2answers
48 views

Is it possible to create a search scope that is based on other scopes?

On TechNet, it clearly says "You can also create a search scope that includes several other scopes." However, I'm having a hard time figuring out how to do it. What I have is four scopes. What I ...
1
vote
1answer
35 views

SharePoint 2010 Foundation disable search in files

Is it possible in SharePoint 2010 Foundation to disable search in files content? Only the file attributes/metadata must be shown in search results.
0
votes
0answers
13 views

Mapping Content Type

I have mapped a custom property to content type (ows_ContentType and Basic:5) so I can use it in scopes and refinements. However, it doesnt really work. In refinements it lists what would seems to be ...
0
votes
2answers
79 views

Search Scope returning aspx pages

I have 40 document libraries. I dont want to add exclusion for each document library to exclude "http://pop.abc.com/sc/doclib1/Forms". I tried adding fileextension = aspx exclude and that does not ...
0
votes
1answer
56 views

How to initiate a search crawl on my SharePoint 2010 online list

I have created a search scope on my list (30,000 records!) and all works well. However today I added a new record to my list and that record is NOT showing up in the search results. My process ...
0
votes
0answers
56 views

How can I remove list views from a search scope?

I have created a custom search scope (SharePoint 2010) and it works very well - except that search results do contain the custom views. If users clicks on it they are redirected to the list view. It's ...
1
vote
1answer
354 views

Search document from document library usin CAML query

I have document library which have folder and sub folder. the folder and sub folder level is more than 5. like as follow : Document Library |-> Folder-1 | -> Folder-1-1 | ...
0
votes
0answers
87 views

Search exclusion rules for publishing sites

I need to limit the items being indexed within a specific scope. This scope hold a publishing site, on which only actual content needs to be indexed. Those are mainly published pages and documents ...
0
votes
2answers
3k views

SharePoint Managed Metadata Crawled Property Search Scope

I'm currently working on a SharePoint Search Scope that uses a property query on a managed metadata field. Unfortunately I have had little to no luck with this so far and was looking to see if anyone ...
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" ...
0
votes
2answers
464 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
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
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): ...
1
vote
1answer
836 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 ...
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
6answers
839 views

“Specified Cast is Not Valid” in PowerShell When Getting a Display Group for Search

When run, this code returns an error on the last line "Error Calling GetDisplayGroup with 2 arguments, Specified cast is not valid". $site=get-spsite http://xxx/sites/xxx ...