Partial and Full text Search in mongodb and node.js

preview_player
Показать описание
Since mongo only support full text search out of the box this video shows you how to use partial text search in the node and mongo
environment
Рекомендации по теме
Комментарии
Автор

Perfectly explaining many concepts
only 3:31 mins
no naration just some wierd music

Exactly what I needed
Thanks

Mfarahkogak
Автор

Oh, thank you so much for posting This really helped me A LOT!

thecyrusj
Автор

Extremely useful.
You just create my day!
Thank you a lot.

NazariyMurall
Автор

Very very helpful. You will live longer my friend :)

neelpatel
Автор

The best explanation for this topic I've found. Thank you very much for share!

alanespinet
Автор

Thank you so much for this video, it's very helpful. But I have a problem, How I make no diference between uppercase and tiny in my search with regex? thank you

redayoussoufi
Автор

you searched what was inside your how can make it for the blog (with node)

ashutoshpanda
Автор

thank you very much, this is great, I find it useful !. I ask you a question, this is safe against regex DDoS attack ??

fpescsanchez
Автор

This is amazing! Thanks!
Is it also possible to search through multiple fields? And what about arrays?

skatestyle
Автор

this is awesome. thanks for posting this vid. If you dont mind, may I ask you, how we can select the searched element? Code snippet will be a great help.

dipantp
Автор

Isn't text indexing a way to do partial searches without regex? I wonder which way is better.

dashiellbark-huss
Автор

what if i want to search using name or user's phone number, how will we acheive it?

shahbazshaikh
Автор

Very informative tutorial :)
can you please guide a little about how to connect it with front end search text box? I'm really confused
Thanks

arsalnama
Автор

storeName ? does mongo recognize that from the collection itself or its being referenced from an exported file in your project

naemoapp
Автор

Hii can you give the github repository?

karaday
Автор

Thank u so much. Is it possible for u to share the source code ?

o_bay
Автор

awesome, thanks, if you provide source code please ...

bkshows
Автор

can i have the code source i need to implement all this on my project thanks

achrefhelali
Автор

Hi, how I use $regex with $text and $search?
Like this:
db.user.find({$text: {$search: {$regex: /an/}}}).pretty()
But that not found :/

juanantoniodamianvargas
Автор

I don't think this is a nice idea for a large data set. Regex takes too much time to execute in millions of data. Do you have any solution for searching in millions for records and retrieving under 4-5s?

shiveshpandey