-
Type: Bug
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
Using Laravel Validation with MongoDB
DatabasePresenceVerifier. If the database contains the value "John Doe", the value "John" is inv
Insert { name: "John Doe"} in the database.
Validate { name: "John" } with contraint { name: "unique" }
Expected : the value is valid.
Observation : the value is invalid.
- is related to
-
PHPORM-53 Fix find operators like, ilike, not like, not ilike
- Closed