Skip to content

Conversation

@lroos
Copy link
Contributor

@lroos lroos commented Jul 15, 2022

  • BuildSearchApiCall using a post body API call
  • Add RefinementFilters search option
  • Update search refinement tests
  • Documentation update

Assert.IsTrue(searchResult.TotalRows == refinementData.Count);
var firstRow = searchResult.Rows.First();

Assert.IsTrue(Convert.ToString(firstRow["ContentTypeId"]) == refinementData.Value);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mock data has been manually updated so that this is true

jansenbe added a commit that referenced this pull request Jul 18, 2022
@jansenbe jansenbe merged commit 7b85f6c into pnp:dev Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants