The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
137 views

Multivalue Property Refiners rendering as semi-colon separated

I'm having a hard time trying to get SharePoint to correctly display search refiners for Multivalued properties of a BCS model. I'm running SharePoint 2010 (not FAST) crawling content from a custom ...
2
votes
2answers
209 views

Search Refinements: Some dropdowns displaying number instead of text

I have a large document library that has a bunch of dropdown fields that I'm using as refinements. The refinements should come back as: ANIMALS Cat Dog Mouse But what I'm seeing is that it's ...
2
votes
1answer
351 views

KeywordQuery and Refiners: How to specify a RangeMapping Refiner?

I need to use the KeywordQuery class to connect to a FAST Search Server. I still want to be able to display refiners (much like the default Refiner Web Part). The default refiner web part supports a ...
2
votes
1answer
328 views

How to use refiners in search?

I'm using Microsoft Search Server Express 2010 and need to implement search with refiners through the search.asmx web service. Currently I'm trying to execute following query: <QueryPacket ...
2
votes
3answers
100 views

Retrieving Taxonomy Terms by Rest API based on refiners

I don't have any Site Columns, any Catalog Site Collection or Catalog list. I have about 30 Terms and TermSets (in MMS). Now I want to use them as a search based menu. By using Powershell I have ...
2
votes
1answer
212 views

Change search refinement from “equals” to “contains”

Is there any way to change the way refinement query URLs are built so that they use "contains" operation (":") rather than "equals" ("=")? Scenario: a) Document A - tagged with Sector = Retail b) ...
1
vote
1answer
179 views

Refining search results on multi-word names

I have a basic people search landing page setup with the standard webparts for searching: PeopleSearchBoxEx, PeopleCoreResultsWebpart, etc. On the page I make use of the RefineSearchResults web ...
1
vote
2answers
68 views

Wrong counts for refiner values in Sharepoint 2013, Enterprise Search Center

I followed this tutorial to enable counts on sharepoint 2013 on a Enterprise Search Center site ...
0
votes
2answers
399 views

Can the search refiner web part handle localized values?

Using the BCS I am crawling external data and I am using Managed Properties to make sure that data is available in search results. I can use the search refiner web part to refine based on one of my ...
0
votes
1answer
300 views

No results when using Social Tag Refiner

When clicking on a SocialTag refiner in SharePoint Enterprise search, the search can not find any results. The content is clearly there since the refiner is there and I get results in the initial ...
0
votes
1answer
273 views

Refinement WebPart - DetectedLanguage Category

I'm in the process to customize a search results page and I'm using the Refinement WebPart to target some metadata for which the client wants some drill-down. The client is bilingual, and wants to ...
0
votes
1answer
67 views

Refinement Panel Category Showing Wrong Value In Header

I have a refinement panel that is supposed to have the "Tags" category renamed as "Subject Keywords". However, when I do that, not only does it not show "Subject Keywords", it actually shows the name ...
0
votes
0answers
27 views

Adding a custom search category and fields

I have two custom fields part of the User profile properties. I want to create a custom category in search results and list these within them. Both values are string (multi-value) Is there any ...
0
votes
1answer
101 views

It is not possible when using the TaxonomyFilterGenerator to set the title of the refinement category

It is not possible when using the TaxonomyFilterGenerator to set the title of the refinement category to whatever we want to appear in the refinement panel, as it now has to match the term set name. ...
0
votes
1answer
404 views

SharePoint search: show only folders in results

What is the best way to show only folders in the search results? I've tried adding a search refiner for Content Type but the Content Type search refiner doesn't show up. And yes, I've added a new ...
0
votes
0answers
184 views

SharePoint Server 2010 Crawled Property - Content “disappears” after full crawl?

I am a developer/administrator trying to learn SharePoint Server 2010 search. I was toying around with managed properties and refiners for the search center, and I stumbled upon this issue. I'll ...
0
votes
1answer
242 views

How do you replace BDC URLs from the “Site” search refiner?

We use the BDC to crawl data and modify the search results to hide the URLs from the Core Search Results web part. However, in the Refinement Panel web part there is a "Site" refiner that shows our ...