Skip to content

Stop passing both presenter and document around #3588

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

Merged
merged 1 commit into from
May 21, 2025
Merged

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Apr 29, 2025

Presenter is a wrapper around the document, so we can just call presenter.document if we need the SolrDocument. This helps reduce the number of parameters and unnecessary complexity

@jcoyne jcoyne force-pushed the without-document branch from c6e8739 to 2a74bf3 Compare April 29, 2025 18:12
@jcoyne jcoyne marked this pull request as ready for review May 14, 2025 14:58
Presenter is a wrapper around the document, so we can just call presenter.document if we need the SolrDocument.  This helps reduce the number of parameters and unnecessary complexity
@jcoyne jcoyne force-pushed the without-document branch from 2a74bf3 to 93be4a0 Compare May 14, 2025 14:58
@cgalarza cgalarza self-requested a review May 14, 2025 17:45
@cgalarza cgalarza merged commit f0ed559 into main May 21, 2025
11 checks passed
@cgalarza cgalarza deleted the without-document branch May 21, 2025 19:02
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