Tagged Questions
0
votes
0answers
141 views
2010 Term Store Management - Term Set Default Label and Other Labels properties missing
My goal is for search to return results based on synonyms e.g., display results containing SharePoint if a user searches for SP.
I've managed to enable the Term Store Management feature in ...
0
votes
1answer
346 views
KeywordQuery and Taxonomy fields
I'm programatically trying to use the Search Apis to find some documents.
In order to customize the process, I'm selecting some basic properties :
var query = new KeywordQuery(site)
{
QueryText ...
1
vote
3answers
2k views
Refinement panel not showing all taxonomy fields
I have been trying to use the Refinement Panel web part to improve the search experience on my site. I've run into an issue where certain taxonomy fields are showing while others are not. This is ...
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
1answer
1k views
Not sure how to programmatically filter by taxonomy metadata in my custom search webpart
I have pages in a pages library on a publishing site which have a managed metadata (taxonomy) field in their content type. I want my custom search webpart to read the taxonomy set on its parent page ...