feat(index): $nin and $not operators (#13289)

* feat(index): add $not and $nin operators

* logical operator

* test

* test

* types

* logical

* schema ID

* types and $ilike fix

* index type
This commit is contained in:
Carlos R. L. Rodrigues
2025-08-28 11:56:17 +02:00
committed by GitHub
parent b3fb0f7634
commit f764b3a364
8 changed files with 268 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/index": patch
"@medusajs/types": patch
---
feat(index): $nin and $not operators