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

Search orders by product, variant, or option title #2355

Closed
spencern opened this issue May 26, 2017 · 1 comment
Closed

Search orders by product, variant, or option title #2355

spencern opened this issue May 26, 2017 · 1 comment

Comments

@spencern
Copy link
Contributor

Users with permissions to view orders dashboard should be able to quickly search orders by the order items.

This search should be fuzzy and case insensitive.

Users should be able to type:

  • Product Title
  • Variant Title / Label
  • Option Title / Label

If there is more than one order with matching products - the search UI should replace the existing list of orders in the orders dashboard with the results of the search. Any existing custom sorting (e.g. sort by recently shipped, customer name, etc) or filtering (filter by status, between dates, etc) the user has done should persist.

If there is exactly one order with matching customer information, the matching orderId should be opened in the action view panel if the user has permission to view that order.

If there are no matching orders, there should be a "No orders found" message displayed inline to the user. The user should also be alerted if there are any filters enabled that might hide results and the alert should permit the user to turn off all filters and run the search again.

Extends #2152 with specifications.

Annotated Designs in Zeplin:
Web: https://zpl.io/1r0Vvm
App: zpl://screen?pid=58af8900737c137280322bd6&sid=58fa9b08c1ee69df600c0469

Related to: #2046

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

No branches or pull requests

3 participants