bug: wizard search step does not persist remote_only preference #127

Open
opened 2026-06-15 16:39:13 -07:00 by pyr0ball · 0 comments
Owner

Summary

The wizard search step (WizardSearchStep.vue) collects remoteOnly and sends it as search.remote_only in the step 7 payload, but the wizard_save_step handler never reads or saves it. The remote_only field is silently dropped.

Fix

Read and persist remote_only in the step 7 handler alongside titles and locations.

Impact

Any remote-only preference set during wizard onboarding is ignored.

## Summary The wizard search step (`WizardSearchStep.vue`) collects `remoteOnly` and sends it as `search.remote_only` in the step 7 payload, but the `wizard_save_step` handler never reads or saves it. The `remote_only` field is silently dropped. ## Fix Read and persist `remote_only` in the step 7 handler alongside `titles` and `locations`. ## Impact Any remote-only preference set during wizard onboarding is ignored.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/peregrine#127
No description provided.