Summary
Two enhancements for the orders list:
1. Search orders by line item product titles
The orders RxDB collection should allow searching by line item titles. Line items are a nested array in the order JSON, so we need to investigate how to index nested array fields via the flexsearch plugin.
2. Display products in order table rows
Add an option to show products in the orders table — e.g., an additional column displaying something like:
2 x Product, 3 x Another Product
This gives a quick overview of what's in an order without having to open it.
Summary
Two enhancements for the orders list:
1. Search orders by line item product titles
The orders RxDB collection should allow searching by line item titles. Line items are a nested array in the order JSON, so we need to investigate how to index nested array fields via the flexsearch plugin.
2. Display products in order table rows
Add an option to show products in the orders table — e.g., an additional column displaying something like:
This gives a quick overview of what's in an order without having to open it.