VCST-4884: Replace customer-search bar with va-filter-panel#298
Merged
Conversation
feat: Replace customer-search bar with va-filter-panel.
Contributor
🧪 Katalon Test Report — ✅ PASSED
📋 Suite details
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d9a8d88. Configure here.
|
OlegoO
added a commit
that referenced
this pull request
Apr 21, 2026
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.




Description
feat: Replace customer-search bar with va-filter-panel.
References
QA-test:
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-4884
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Customer_3.1006.0-pr-298-3b3d.zip
Note
Medium Risk
UI-driven changes alter how search keywords and sorting are composed for
/members/search, which could change filtering results or relevance ordering. Changes are localized to the admin blade and translations with no backend/auth modifications.Overview
Replaces the
vc-customer-searchbar on the member list blade with ava-filter-panelthat supports member type plus created/modified date range filtering (presets and custom ranges) while still allowing free-text search.Refactors
member-list.jssearch criteria building to compose Lucene-style keyword tokens (e.g.,membertype:...,createddate:[... TO ...]) and tweaks sort behavior to clear column sorts only when the user types a new keyword; removes the old predefined search-filter registration fromcustomer.jsand adds new localization strings for the filter UI.Also updates module documentation (
README.md), bumps EF CLI tool version references in provider readmes to10.0.5, and updatespackage-lock.json(brace-expansion1.1.12→1.1.14).Reviewed by Cursor Bugbot for commit 3b3d973. Bugbot is set up for automated code reviews on this repo. Configure here.