Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(featured): encode onlyFeatured only if the user specifies it #194

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

GuVAnj8Gv3RJ
Copy link
Owner

Neos' Cloud will only do filtering on the "featured" state of a world IF the search parameters include it.

Json serialization was including it because CloudX does not implement SearchParameters.OnlyFeatured as a nullable type. Our custom extension of this, resolves this problem.

fixes #192

Neos' Cloud will only do filtering on the "featured" state of a world IF the search parameters include it.

Json serialization was including it because CloudX does not implement SearchParameters.OnlyFeatured as a nullable type. Our custom extension of this, resolves this problem.

fixes #192
@GuVAnj8Gv3RJ GuVAnj8Gv3RJ merged commit 345c569 into main Sep 3, 2023
@GuVAnj8Gv3RJ GuVAnj8Gv3RJ deleted the fix/featured branch September 3, 2023 00:59
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.

Records that are Featured Worlds are not being fetched
1 participant