Posts by fmmsilva • 21 points
2 posts
-
0
votes1
answer428
viewsA: Problem with toLocaleString in production nodejs!
You can use a module called "full-icu", and then you start Node by setting the NODE_ICU_DATA environment variable by pointing to './node_modules/full-icu'. However, if you use process managers like…
-
2
votes2
answers348
viewsQ: Is there any way to search (FULLTEXT) in a specific field in Mongodb?
I have a full-text index in Mongodb and I need to search only on top of one field instead of all. Does anyone know if this is possible?