User Profile
AdrianStanislawski
Copper Contributor
Joined Apr 23, 2020
User Widgets
Recent Discussions
Re: Unable to find some items by TermId (SP Bug?)
At last I have found the issue. I had to edit this auto managed property and select the "Language Neutral Tokenization" setting (and because of the edit I also had to add the crawled property mapping). Now it searches by the id correctly. Strange that it worked by the label 😉552Views0likes0CommentsUnable to find some items by TermId (SP Bug?)
Hello, I have a library with a Managed Metadata column - 'bmmLanguages' - attached to a term set. I have multiple documents with a selected language 'Korean' but some of those documents are not returned by the search when searched by the term id... It works only when searching by the label which is 'Korean' Take a look what is returned when I am founding this doc by other criteria: But if I will add a refiner with this term id I receive 0 results (no other documents returned because I am searching also for the document ID in the query text). But if I change the Query text to '*' to find all documents with this language - it returns a lot of documents with this language selected - BUT not all... I can still find this "broken" document by the label of the language: Is this a bug in the SPO Search???Solved604Views0likes1CommentRe: additionalRowClass for SharePoint list row formatting doesn't seem to work for me
Yarrah You need to specify also a cell formatting: { "schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "additionalRowClass": "=if([$Status] == 'Active', 'sp-field-severity--warning', if([$Status] == 'InActive', 'sp-field-severity--warning', ''))", "elmType": "div", "txtContent": "@currentField" }6KViews0likes0Comments
Recent Blog Articles
No content to show