Taxonomy
7 TopicsFilter hierarchical expression group
Hello I defined a hierarchical expression group - f.e. see below As f.e. a primary school is still a school, I would except that filtering by "school" shows the Documents tagged with "primary school" as well. But that isn't the case. How to proceed to use such hierarchical expression groups? Best regards, Jindriska -public buildings --school ---primary school ---highschool --religious buildungs --church --synagogue --mosque1.6KViews1like5CommentsTaxonomy terms , synonyms and explanantions in Syntex Extractor
Hi, We are working with this document understanding feature: Leverage term store taxonomy when creating an extractor in Microsoft SharePoint Syntex - SharePoint Syntex | Microsoft Docs We had to create Taxonymy term groups and terms inside the ContentCentre (becasuse we are NOT sharepoint admins and don''t have (nor want) access to the global termstore (yet) ) Expected behaviour: 1 we create an extractor, map it to the newly created Managed Metadata column --> check 2 we label the sample documents --> check 3 we add an explanation ?? hmm question here, do we need to duplicate the terms\phrases here that we already have in the taxonomy ? We add a few here 4 Train the model --> check 5 Test the model : the synonyms in the termstore are not recognized 6 When we go back to the term store, new terms (the items in the explanation) have been added as new terms ?! We expected the synonyms to be recognized (as in the demo see link above) and not the creation of new terms. Although it is nice that from labelling\training our term store can be enriched, we would have expected those new terms to be offered as synonyms (I understand there is a challenge to pick the term for which the labelled token is a synonym)... Obviously we are new at this, so any tips are welcome here. We really like this aggregation level, where we can reach a higher abstraction level of information extraction than just the 'covered text'.Solved1.8KViews1like5CommentsThe Taxonomy feature (Feature ID "73EF14B1-13A9-416b-A9B5-ECECA2B0604C") has not been activated.
Dear All, I'm trying to setup a new column in a document library to use manage metadata created in term store. When I try to save the new column, this error appears The Taxonomy feature (Feature ID "73EF14B1-13A9-416b-A9B5-ECECA2B0604C") has not been activated. After googling, I've found that this solution is not active in a "BLANK" template web site and is hidden. Also I've found a Sandboxed Solution which didn't work because Sandboxed solutions are no longer supported... I'm NOT a Visual Studio Developer so I don't know how to enable this through code. Is there a way to enable this? Thanks RodrigoSolved12KViews0likes5CommentsSet values for Managed Metadata (aka Taxonomy) columns in PowerApps and Flow! (First Release)
Hi everyone, As of today, you will be able to set the values of your managed metadata columns (sometimes also called taxonomy columns) in PowerApps (for both multi-value and single value) and in Flow (single value for now, but multi-value coming soon...) Here's a sample multi-value taxonomy column that was tied to a termset for languages. We are not fully all the way there: the default values are not yet showing up if they are set, and we don't yet let you disambiguate between different paths while you are typing, but we think this is a great net new add for our customers who love and use the managed metadata columns. Please give it a try, and let us know your feedback. In your First Release tenant, you can create a new app, or custom forms, or go to an existing app and refresh the schema to get the new columns. We expect to start rolling out to Production in the last week of November if we don't hit any blocking issues.Taxonomy Timer job for SyncHiddenList
Hello - I'm looking for some documentation around SyncHiddenList for taxonomy in SharePoint Online. For below scenario, in earlier versions of SharePoint we used to have timerjob which used to take care of TaxonomySession.SyncHiddenList(site). Do we have this in SP Online ? If not, what's the alternative ? Lets suppose if 10 documents are tagged to TermA and 10 documents are tagged to TermB. If we plan to merge TermA with TermB, TermA will be added as a synonym to TermB. We'd like to make sure by merging terms, we're not loosing capability of search/highlighted webpart to bring the content tagged with pre-merged tags. Thank you for your time !1.3KViews1like0CommentsThe required feature is not enabled for this column type error when creating taxonomy column
I am trying to create a new taxonomy (managed metadata) column in SharePoint online. However, I am facing below error when try to select term set for this column. The required feature is not enabled for this column type. I have tried this on both team sites and communication sites. I also don't see any OOTB managed metadata columns such as Enterprise Keywords present in the site collection. Is this an issue with my tenant?6KViews0likes6CommentsSPFx on a Team Site Homepage Cannot Get Taxonomy Data
Hi, I have an SPFx webpart and an SPFx extensions that getting data from Taxonomy Term Store. Both of them are working well on all pages (Site Content page, Library page, Site page, etc.) except on a Team Site Homepage. I've tried several approaches to get the Taxonomy data in the SPFx code: Add the references to the SharePoint JSOM in the config.json (https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/basics/add-an-external-library) Load SharePoint JSOM in the code (following example from Microsoft's repo: https://github.com/SharePoint/sp-dev-fx-webparts/blob/dev/samples/knockout-taxonomy/src/webparts/termSetRequester/data-helpers/DataHelperSP.ts, even the webpart example doesn't work on a Team Site Homepage) Both of them couldn't get taxonomy data on a Team Site homepage. It's failed on context.executeQueryAsync(...). Is there anyone that has done this before? Or has any workaround idea for this situation? Thanks1.6KViews0likes0Comments