User Profile
MikaelSvenson
Joined 6 years ago
User Widgets
Recent Discussions
Re: Using Graph API to retrieve results with custom column tags
Manuel Bijen hi, you should take a look at this community article for starters https://learn.microsoft.com/en-us/microsoft-365/community/how-do-site-columns-become-managed-properties-thus-available-for-search Depending on how the columns are made and the type of column, there is less or more work to get the data back in search. If you are not using site columns, but created the column directly on the list/library, then you have to find the "crawled property" corresponding to your SharePoint column and map it to a "managed property" which is what you retrieve in search. Hope this gets you started, and the process is the same as it has been since SharePoint 2010 ๐753Views0likes0CommentsRe: Inaccurate person search possible with umlauts in the name?
If you use SharePoint search and enable phonetic at the API level it works as expected enablephonetic=true In product UX o->oe both return the same person when I test.. if I use รถ it seems to not work. but รธ works. Log a ticket ๐521Views0likes0CommentsRe: How to add HTML to sharePoint online
What do you want to accomplish in terms of tab UX and what happens when you click them. First evaluate existing web parys in SharePoint Online. Next look at open source samples at https://pnp.github.io/sp-dev-fx-webparts/. As a last resort maybe the script editor web part (part of the samples). All part of ROI.6.2KViews0likes0CommentsRe: SharePoint Search API response schema changes
My take is this. You should only expect properties you ask for. These may or may not have values depending on the property. As such, you should not have a rigid schema to validate returned data. DocumentSignature/CollapseStatus are by no means new ones. As for other props these can and will change as we make changes. And the schema contract is a weak one and you should only count on any public documented properties or those you have created yourself. Hope this makes sense ๐2KViews0likes2Comments
Recent Blog Articles
No content to show