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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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 ...