We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cfff9 commit 54f1f53Copy full SHA for 54f1f53
controllers/controller.go
@@ -89,6 +89,8 @@ func GetName(c *gin.Context) {
89
func SearchSimilarNames(c *gin.Context) {
90
var names []models.NameType
91
92
+ //TODO :: maybe we need to implement the metaphone search in all variations
93
+
94
//Name to be searched
95
name := c.Params.ByName("name")
96
database.Db.Find(&names)
0 commit comments