Skip to content

Commit

Permalink
Doing a People Search Using PnP Core Search API - Blocked with Readon…
Browse files Browse the repository at this point in the history
…ly Setter for ResultSourceId #1566
  • Loading branch information
jansenbe committed Nov 18, 2024
1 parent e845771 commit 9690b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed regression introduced by https://github.com/pnp/pnpcore/commit/29a64bef0cfedbb3a0f7b64386b64d54793d7d71 and was partly fixed by #1577 [jansenbe - Bert Jansen]
- Improved page parsing robustness by allowing zone and section index values to be not defined #1552 [jansenbe - Bert Jansen]
- Ensure that for first party web parts that support full bleed we set the SupportsFullBleed flag #1554 [jansenbe - Bert Jansen]
- Doing a People Search Using PnP Core Search API - Blocked with Readonly Setter for ResultSourceId #1566 [jansenbe - Bert Jansen]

## [1.14]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public SearchOptions(string query)
/// <summary>
/// Result source id to use for the search query
/// </summary>
public string ResultSourceId { get; internal set; } = "8413cd39-2156-4e00-b54d-11efd9abdb89";
public string ResultSourceId { get; set; } = "8413cd39-2156-4e00-b54d-11efd9abdb89";
}
}

0 comments on commit 9690b84

Please sign in to comment.