[TEST-ONLY] ACCS-1448: order search — boilerplate preview (do not merge) - #1399
Draft
kuflower wants to merge 13 commits into
Draft
[TEST-ONLY] ACCS-1448: order search — boilerplate preview (do not merge)#1399kuflower wants to merge 13 commits into
kuflower wants to merge 13 commits into
Conversation
Turn on the OrdersList search box (withSearch) and keep it scoped to the selected date filter (searchScope: 'selectedDate') so a search refines the current date range instead of switching to "View all".
Local-only: routes Core GraphQL to magento.test to exercise the new customer order search end to end. Drop before merge.
Regenerated scripts/__dropins__/storefront-account from the local storefront-account build (withSearch/searchScope). Vendored bundle only — regenerate from a published @dropins/storefront-account version before merge.
…testing" This reverts commit 51cd149.
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
Bump storefront-account to 4.2.0-alpha-20260813101821 and regenerate the vendored scripts/__dropins__ bundle. Provides the customer order-search capability (search box + loading-status LiveRegion).
The 4.2.0-alpha storefront-account bundle imports LiveRegion from @dropins/tools/components.js (from the develop merge). Boilerplate was on 2.0.1, which doesn't export it, so the account containers threw at render and the page showed raw block config. Matches the drop-in's develop import-map bump (f8f3bf54).
The storefront-account OrdersList ships with search off. Turn it on with a new authorable search config (on by default, set search=false to hide), matching the enable-item-remove convention. Add the model field and README.
The storefront-account OrdersList defaults searchScope to selectedDate, which limits a search to the selected date range. Set searchScope=allOrders so a shopper can find any order without first widening the date filter.
The rebuilt storefront-account bundle imports LiveRegion from @dropins/tools; the branch was on ^2.0.0 which lacks it, so the account page broke at render.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TEST-ONLY — do not merge. Draft to preview the customer order-search drop-in in the boilerplate and collect review.
What this shows
Turns on the search box in the account orders list (
commerce-orders-list→withSearch). Customers search past orders by order number, product name, or SKU; search composes with the existing date filter.Live results need a backend that exposes the new
searchfield.Not for merge yet
scripts/__dropins__/storefront-accountis a locally-built bundle from the unreleased drop-in. The repo pins@dropins/storefront-account@^4.1.0, which doesn't include order search yet — regenerate from a published version before merge.