Skip to content
Advertisement

Tag: mongoose

Search Algorithm Implementation using NodeJS + MongoDB(or SQL)

There is an application with search input that gives an opportunity to search for contacts by their information stored in database. For example, I can type 0972133122 Alan and my search engine must return all contacts whose firstname is Alan & whose numbers match 0972133122 string. Of course, I can just type Alan 0972, for instance, and there must be

Advertisement