pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets

Home Page:https://pnp.github.io/powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - Issue update search managed properties via Set-PnPSearchConfiguration

desmay opened this issue · comments

Reporting an Issue or Missing Feature

Trying to update search managed property via Set-PnPSearchConfiguration

Expected behavior

search managed property to be updated with new values

Actual behavior

No errors running the Set-PnPSearchConfiguration

Steps to reproduce behavior

  1. Create new managed property in UI
  2. Export the config by calling Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription
  3. Manually updated a field for example description of managed property
  4. Call Set-PnPSearchConfiguration -Scope Subscription -Path searchconfig.xml

Which version of the PnP-PowerShell Cmdlets are you using?

  • PnP PowerShell for SharePoint 2013
  • PnP PowerShell for SharePoint 2016
  • PnP PowerShell for SharePoint 2019
  • [x ] PnP PowerShell for SharePoint Online

What is the version of the Cmdlet module you are running?

3.26.2010.0

How did you install the PnP-PowerShell Cmdlets?

  • MSI Installed downloaded from GitHub
  • [x ] Installed through the PowerShell Gallery with Install-Module
  • Other means