Add suggestions with fuzzy text search when no relationship is found (#2583)

This commit is contained in:
Laurence Isla
2023-02-02 03:30:15 -05:00
committed by Steve Chavez
parent 171dd313d9
commit 9d4ff812c9
6 changed files with 75 additions and 23 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2565, Fix bad M2M embedding on RPC - @steve-chavez
- #2575, Replace misleading error message when no function is found with a hint containing functions/parameters names suggestions - @laurenceisla
- #2569, Replace misleading error message when no relationship is found with a hint containing parent/child names suggestions - @laurenceisla
## [10.1.1] - 2022-11-08
### Fixed