PNE-816: Make the project search endpoint to use the teams version one #981
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Citrine Python PR
Description
This is basically #974 without some addition that stretches its goal for the sake of improving the code base but sadly had introduced a dev0. I'll continue with @kroenlein 's proposal later, but I'm playing safe here so we can deliver the value of fixing the ticket issue for the release.
Jira ticket: https://citrine.atlassian.net/browse/PNE-816
For searching for projects in the SDK we were using a team-agnostic endpoint, causing the search to be executed in a broader scope (all of the teams visible to the user). This work switches the endpoint so the search will have the right scope.
PR Type:
Adherence to team decisions