The term tag has no wiki summary.
0
votes
0answers
25 views
(Parent) terms missing from quick launch
I have a term set, built up like this:
Page 1
Page 1-1
Page 1-2
Page 1-2-1
Page 1-2-2
Page 2
Page 2-1
It is set up to be used for site navigation, and is based on term-driven pages. ...
1
vote
1answer
31 views
How do I fetch the most popular search terms?
I'd like to display a usercontrol on the homepage of my SharePoint site. The control will display a list of the most popular searches performed in a given period, say the previous month.
Does anyone ...
0
votes
1answer
30 views
Parent terms missing in breadcrumb path
I have a site collection named "Faculty" and a subsite named "General".
For "General", I have multiple pages in that subsite. The content of the quick launch navigation for the subsite is based on a ...
0
votes
2answers
38 views
programatically searching terms from termstore
I need sample code where user can search terms from termstore by entering some term in textbox?
I am actually finding, is there any search function available for searching terms ? Like for finding ...
0
votes
1answer
78 views
Error while trying to Import Term Set using .CSV file
When i try to import a termset(in a Site collection) using the .CSV file,i get the below error,
An error was encountered while attempting to import the term set at
line 2 of the submitted file. ...
0
votes
2answers
65 views
How to overwrite an exisiting term set in Term Store Management?
Is there a way to overwrite the existing term set or will I only be able to add new terms to it manually?
I have a csv file I used to import a term set. I recently added terms to that csv file and now ...
1
vote
1answer
41 views
Document Library View filter on term
Say I have a view that has a column based on metadata from my termset. I want to create a view that contains all the items that are tagged in one parent term and its child terms. For example:
A view ...
1
vote
1answer
213 views
Getting TermSet and Terms from Microsoft.Sharepoint.Client.Field
I'm having a hard time trying fo figure this one out.
I can only use Microsoft.Sharepoint.Client for this. I'am working with Sharepoint 2013.
I need to list all Fields (Metadata) For a certain ...
0
votes
1answer
42 views
How to find out if (and if possible how often) a term is used?
When using managed metadata, how can I find out, if a term is used (and if possible, how often it is used), without iterating all sites and lists/libraries on the sites?
1
vote
1answer
189 views
How do I rename a metadata term in C#?
Can't find this documented anywhere. Do I just change the Term.Name and run a commit all on the term store?
0
votes
0answers
59 views
Metadata values missing in list view [SP 2010]
We have a list with 2 managed metadata columns (term set). But the values of the columns aren't displayed in the list. They're empty, but it is possible to filter on values.And if you edit items from ...
2
votes
1answer
201 views
How do Managed Metadata terms with Term Reuse behave in search results?
I'm trying to handle the following scenario:
use the same Managed Metadata term in multiple Term Groups via Term Reuse
configure multiple Content Types to use different instances of the reused term ...
1
vote
0answers
349 views
Getting Null returned from taxonomy field in PowerShell?
I am trying to update a metadata field when adding an item to document library. All the other columns are updating. The error is on this line and basically $taxfield is returning null.
$taxField = ...