The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
293 views

Increase KeywordQuery QueryText max length in SP 2010

I am using SharePoint Server 2010. I faced some difficulties with the Core Search Results Web Part. The issue was that my query length was to be about 2500 characters. This long query served to filter ...
0
votes
0answers
171 views

People Refinement Panel shows 'no refinements available' for staff directory

In my enterprise search centre I have created a simple page to use as a staff directory. I have a 'People Search Core Results' webpart and a 'People Refinement Panel' webpart. Both are using Cross-Web ...
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 ...
0
votes
0answers
208 views

Why the SharePoint2013 search does not return all the documents?

When I use the Keyword query search in SharePoint2013 search ,it does not return all the documents within the same document set with EmployeeNumber:13994. How can I customize the results page ...
0
votes
0answers
18 views

Can Best Bets Suggestions page titles be set to something other than “Pages?”

On the Search Keywords page in Site Settings, there is a page dedicated to suggestions for Best Bets. The best bets themselves are good, but the title for most suggestions are set to the title called ...
1
vote
1answer
816 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 ...
1
vote
1answer
774 views

Managed metadata column values show GUID in search results

My problem is the same as the one described here: http://social.msdn.microsoft.com/Forums/hu-HU/sharepoint2010general/thread/e3edd223-4fa7-4920-8efd-4898df85f0bf Unfortunately, that post does not ...
2
votes
1answer
108 views

Search terms containing period, “.”, does not yield any results.

Using external content types, I am trying to create an asset management system for administering, among other things, IP addresses. Using an enterprise search center, the crawler indexes the external ...
3
votes
0answers
461 views

SharePoint Enterprise Search - Error: OfficeSearch14HealthSession

Ever since I provisioned a dedicated Search & Indexing Server on a SP 2010 production environment , this nagging error occurs everyday as seen in the event viewer of the server:- Session ...
1
vote
0answers
75 views

How do I get an actual document set name to appear in Enterprise Search results in SP2010?

We have Enterprise Search running on SP2010 and when I search for a term that is in the metadata or even title of a document set. The current search results simply list "Document Set" instead of the ...
0
votes
0answers
62 views

Any Way to Crawl User Id's for Checked Out To and Modified By users (SP2010/FAST)?

There's an Author UserId crawled property that supplies the SharePoint user id for a document author. I'm looking to somehow get access to the userId for the Checked Out To and Modified By users in ...
0
votes
1answer
141 views

Search result order in sharepoint 2007

we have portal in sharepoint 2007. We have one document library with 2 custom columns named as Account,Customer name. We want to add some ordering to show sharepoint default search result. Orderig ...
0
votes
1answer
120 views

Search Result shows from sites where user does not have permission

What I have? I have a SharePoint 2010 web application with FBA configured and it is exposed to Internet. The root site collection has a huge hierarchy and each site has document libraries with many ...
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 ...
1
vote
1answer
540 views

Claims based default content access account

I have a SharePoint site which is setup with claims based authentication. My Central Admin site is setup for Windows authentication as it normally is. Now in my ULS logs, I find a lot of messages ...
3
votes
1answer
78 views

SharePoint - enterprise search - number of results for a single user

Is there a way for a single user with only read rights to specify number of results in a search site? web part? Explained in another way. User "test" wants to specify number of results to display ...
1
vote
1answer
161 views

How to hide/remove guid from sharepoint search result page?

In sharepoint search result page, while searching for a document, document guid is showing up in the result along with the document name. Is there any way to hide or remove the guid of the document in ...
0
votes
1answer
718 views

Sharepoint Search access denied?

I have a bunch of new users added to Visitors, Members and Owners groups. However when they try and search for anythng they are shown Access Denied. Are there permission settings in Enterprise Search ...
0
votes
2answers
701 views

People search yielding no results in spite of a successful User Profile Synchronization?

I have used the sharepoint farm configuration wizard to setup all services under spfarm account and everything works fine. However I am having trouble with Searching for people. Here is the link I ...
0
votes
0answers
62 views

Individual User's Permission Using Enterprise Search

Is it possible to use enterprise search to figure out an individual user's permission in a web app? I would like to get all the root sites along with the sub-sites across all the site collections...
0
votes
1answer
202 views

Search. Get all values of a Managed Property

I want to build a filer (search) user interface for search results page. Thus a have a few Managed Properties I want users to search by. For example, I have a department property (sting) and I want to ...
-1
votes
1answer
485 views

Multiple Search Service Applications

I see that it is possible to create multiple Search Service Applications. How can you get a Search Centre to use one Search Service Application over another.
1
vote
1answer
619 views

Search. Sorting and grouping data in search results

We are planning an implementation of SharePoint 2010 Server (Enterprise) Portal. One of requested features is People Search Center. It should: Have ability to search by different keywords (name, ...
0
votes
1answer
731 views

SharePoint 2010 Search crawl rules - how to exclude specific bdc entity by url

I've created searchable .net assembly connector, which reads text file (using this post). All works fine, content inside file was indexed and appears in search results. I want to hide some rows ...
3
votes
2answers
612 views

PowerShell - Create Search Service App Pools (All 3)

How many App Pools are created when you create the Search Service Application? How can I create all the Search Service Application App Pools using PowerShell and give them all unique names? I've ...
0
votes
1answer
420 views

Show Document sets in Enterprise Search Center results

We have created few document sets in a document library in my site. Within the same site we have a enterprise search center subsite. I tried to search a document set in search center but nothing is ...
0
votes
2answers
154 views

External sitemap.xml not showing up in search results

I have some external sites that I want SharePoint to index. There are some links that I need crawled that are not initially visible on the site because they are loaded via Ajax. I have added these ...
1
vote
0answers
162 views

SharePoint 2010 Search Issue after crawled

I've encountered Search issue after content migration from SharePoint 2007 to SharePoint 2010 by Content Database approach. actions performed before migration: run stsadm -o preupgradecheck (no ...
1
vote
1answer
601 views

How to use the search.asmx service to search a particular library?

Let's say I have a library, mylibrary, that I want to search in using the search web service. How would I do that? So far I have tried this MSSQLFT query: SELECT Title, Description, Path, Rank FROM ...
2
votes
1answer
483 views

Search Keywords SharePoint 2010 Enterprise Search

Does the Search Keywords (/_layouts/listkeywords.aspx) with synonyms have any effect on regular search results or is it only applicable to Best Bets. For example if I have the following Keyword with ...
0
votes
1answer
219 views

Enterprise Search Results + Ratings

I am trying to add rating stars to the search results in my Enterprise Search Center site according to the instructions found on the following sites: MSDN | Corey Roth - MVP's Blog | Todd's Blog ...
0
votes
1answer
90 views

Managed Property Boost on Enterprise Search

In the link below, you can find a good example of how to add a relevance boost for documents that have a specific value on some managed property. Let's say you have a List, with a content type ...
0
votes
1answer
122 views

enterprise search center unavailable when installing sharepoint 2010 in stand alone mode

I'm running a w2008r2x64 vm where I have a fresh install of sharepoint 2010. The install was "farm" then "stand alone" When I enter the site (set up as a Team Site) and tries to create a new site, ...
1
vote
4answers
382 views

HTML content from crawled properties in SP Site

I've been working on a step for F4SP 2010, where I had to get the HTML content from the Site crawled of Sharepoint, and get a div into it. My question is not how to do that. I have the main problem ...
1
vote
0answers
181 views

External data column is not included in enterprise search

I have added an external data column with secondary fields to a document library. It is filled with values from an external content type in a BDC Model. The document library items show the correct ...
1
vote
1answer
234 views

Add metadata to file system crawl - custom protocol handler?

We have a client using Sharepoint 2007 Enterprise search to crawl a load of documents on a file share. They want to associate additional properties with each crawled document. (These properties come ...
2
votes
2answers
639 views

search results showing old title of renamed content

Using SharePoint 2010 enterprise search. A web has been renamed eg. from Risk to Threat. When I search for the term "Risk" a broken link to the old url "~Site/risk" is still displayed at the top of ...
4
votes
1answer
282 views

Search Returns no results

When I perform a search nothing is returned. I have two Web Applications. Intranet My Sites Intranet only has landing page with the text “This is a test”. My Sites has imported 300 users from ...
1
vote
1answer
104 views

WebPart which displays a list with information about pages: What is the best way to search/filter this list

I have a webpart, which displays a list with information (title, creation date) about publishing pages under the current web site. Above this list there should be a search form (filter) to search ...
2
votes
1answer
314 views

How to customize profile pages for external content type search results?

I have set up the SP 2010 enterprise search to include searches in line-of-business data. (In my concrete case that would be data from Dynamics CRM 2011 but I hope that is not relevant). I have ...
3
votes
1answer
178 views

Non-Authoritative Sites in Enterprise Search

I have two content sources. The first is the SharePoint site itself, with around 400 items in its index on my test environment. The second is a public facing website (external, non SharePoint) ...

1 2