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

This commit is contained in:
Laurence Isla
2022-12-15 18:33:15 -05:00
committed by GitHub
parent 566c6fe53f
commit 5a660e0cbe
6 changed files with 74 additions and 23 deletions
+2 -1
View File
@@ -23,7 +23,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