Hi
I have an array of objects like
services: [
{
name: "repair tire"
},
{
name: "oil change"
}
]
I set a MongoDB atlas full text search with autocomplete on “services.name” but when i search using autocomplete it doest not show anything.
Hi
I have an array of objects like
services: [
{
name: "repair tire"
},
{
name: "oil change"
}
]
I set a MongoDB atlas full text search with autocomplete on “services.name” but when i search using autocomplete it doest not show anything.