Feat(medusa): search orders by customer phone and name (#2913)

* add support for customer first- and last names and phone

* test for querying customer first_name, last_name and phone

* add customer as prop for querying orders

* polishing before pr

* changeset
This commit is contained in:
Philip Korsholm
2022-12-29 15:20:18 +01:00
committed by GitHub
parent 726858d847
commit 645e0d0ec5
4 changed files with 93 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
Make orders queryable by customer fields