Skip to content

[TEST-ONLY] ACCS-1448: order search — boilerplate preview (do not merge) - #1399

Draft
kuflower wants to merge 13 commits into
integrationfrom
ACCS-1448-order-search
Draft

[TEST-ONLY] ACCS-1448: order search — boilerplate preview (do not merge)#1399
kuflower wants to merge 13 commits into
integrationfrom
ACCS-1448-order-search

Conversation

@kuflower

@kuflower kuflower commented Aug 12, 2026

Copy link
Copy Markdown

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-listwithSearch). Customers search past orders by order number, product name, or SKU; search composes with the existing date filter.

Not for merge yet

  • scripts/__dropins__/storefront-account is 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.

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.
@aem-code-sync

aem-code-sync Bot commented Aug 12, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@aem-code-sync

aem-code-sync Bot commented Aug 12, 2026

Copy link
Copy Markdown
Page Scores Audits Google
📱 / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

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.
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.

1 participant