This content originally appeared on DEV Community and was authored by Shivang Mishra
Overview of My Submission
My project is a E-Commerce Grocery store based on MERN Stack technology, I used the Mongo Atlas Search Feature in the search bar of the website with auto search configuration. Allowing users to search items all over website, it shows the item that matches the word or else show the item closest to the word typed by user.
My Search Index Configuration:
{
"mappings": {
"dynamic": false,
"fields": {
"name": [
{
"foldDiacritics": false,
"maxGrams": 5,
"minGrams": 1,
"tokenization": "edgeGram",
"type": "autocomplete"
}
]
}
}
}
Submission Category:
E-Commerce Creation
Link to Code
Additional Resources / Info
It was really fun for me participating in this hackathon and by building this project I came to learn different MongoDB features which would be really helpful in my future projects.
Contributor: Shivang Mishra ( @shivangm24 )
This content originally appeared on DEV Community and was authored by Shivang Mishra

Shivang Mishra | Sciencx (2022-01-13T16:25:27+00:00) Kaimono-MongoDB Atlas Hackathon Submission.. Retrieved from https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.