Refactor harvests to remove Elasticsearch#4683
Conversation
- Remove SearchHarvests concern from Harvest model - Implement Harvest.homepage_records using ActiveRecord - Refactor HarvestsController#index to use ActiveRecord and eager loading - Replace Harvest.search with ActiveRecord in MembersController and PlantingsController - Remove all Harvest.reindex calls from specs, tasks, and migrations - Update Harvest factory to remove Searchkick side-effects - Remove app/models/concerns/search_harvests.rb Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com>
Refactored the harvest functionality to remove its dependency on Elasticsearch (Searchkick), matching the pattern used in the Photos refactoring. All searches and listings for harvests now use ActiveRecord. Pre-loading has been added to the HarvestsController to maintain performance. Searchkick-related artifacts and tests for harvests have been cleaned up.
PR created automatically by Jules for task 14630838429921835504 started by @CloCkWeRX