Hayat ilyas
Hayat ilyas
Let me explain the how we achieve it . When we building features like auto suggestion, one thing makes into mind is performance and I am agree with it. The...
According to my current knowledge ,the autosuggestion and full text search is only available in Cloud Atlas . I don't know autosuggestion and full text search feature exist or not...
I don't think so the autosuggestion is available in mongodb in Os. It is only exist in cloud.
It throw error in local development , but we can prevent it from error. Here is the solution for it. We use Atlas cloud for production and local mongodb while...
We have to just create the database in cloud add search index.
if Mongodb Atlas search is available in the local version it's good . we just need mongodbUrl connection which support atlas search either in cloud or locally. Now, Atlas search...
> We can also take it step by step, breaking it up more. > > Firstly, let's create an api for auto suggestions as suggested by @Hayat4144 and test is...
The existing search functionality is something like the below steps:- 1. user give their input either tag or name and click on the button. 2. it will it hit the...
Hey, [akshitagupta15june](https://github.com/akshitagupta15june). I checked it the link you provided and noticed application used third party form submission . we should handle by us in backend with node js and Mongodb...