Projects
I responded to reviews on my PR for populating payment_type_names in the Elasticsearch sales index (LRX-32369) and made updates based on feedback from Dania. The changes should address her concerns and move us closer to getting this merged.
I finished and opened a PR for LRX-32361, which adds sort-sales-by-new-fields functionality in Graphter. During local testing, I had to migrate all my customers because there are so many with the same name, which was a bit of a pain but should be a one-time thing going forward.
I also gave Vicky's PR for search by all customers matching search terms (LRX-31806) a final review and approved it. It should be ready to merge once the checks pass, which is great progress on that feature.
Investigations
I found the cause of the line item consolidation issue I was investigating yesterday. It's likely stemming from retailer version matching the cache key in indexedDB. This should resolve itself the next time the cache is cleared or the retailer version is updated. If it becomes a priority to resolve sooner, we can also force a retailer version update, but for now it seems like we can let it resolve naturally.