Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to search product list by SKU #2519

Closed
michaelbromley opened this issue Nov 9, 2023 · 1 comment
Closed

Add ability to search product list by SKU #2519

michaelbromley opened this issue Nov 9, 2023 · 1 comment

Comments

@michaelbromley
Copy link
Member

Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to e.g. apply a facet to a product but only know the SKU of one of its variants. I then need to search the variant in the variant list, use the breadcrumbs to access the parent product, then add a facet.

If I want to delete a product knowing only an SKU, I need to do the above, then copy the product name, go back to the product list and paste it, then select it and do the delete.

Describe the solution you'd like
Ability to search by SKU also in the product list, give results where any products have a variant which matches the SKU (using "contains")

@michaelbromley
Copy link
Member Author

Correctly implementing this on the product variant list depends on first supporting more complex boolean filter expressions, as covered in #2594

@michaelbromley michaelbromley moved this from 📅 Planned to 🏗 In progress in Vendure OS Roadmap Dec 19, 2023
@michaelbromley michaelbromley moved this from 🏗 In progress to 🔖 Ready in Vendure OS Roadmap Dec 19, 2023
@michaelbromley michaelbromley moved this from 🔖 Ready to ✅ Done in Vendure OS Roadmap Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚀 Shipped
Development

No branches or pull requests

1 participant