Skip to content

Commit 54f1f53

Browse files
committed
TODO add
1 parent b6cfff9 commit 54f1f53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/controller.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ func GetName(c *gin.Context) {
8989
func SearchSimilarNames(c *gin.Context) {
9090
var names []models.NameType
9191

92+
//TODO :: maybe we need to implement the metaphone search in all variations
93+
9294
//Name to be searched
9395
name := c.Params.ByName("name")
9496
database.Db.Find(&names)

0 commit comments

Comments
 (0)