Hi,
I have following structure of document
{
title : “some title”,
someData: [
{ itemNo: “1”, description: “dpcxed”},
{ itemNo: “2”, description: “edfic”},
]
}
how to setup atlas search index with autocomplete, for each description in someData array?
And how to query it?
I’v read this post :
and it is stated here, that the work on this feature is in progress?
Could you provide me working example with this setup?
And also how to query it.
Thanks in advance