I have a very simple collection in faunaDb
it is like this:-
data : {
field2: { }
field2: { }
field3: { }
field4: [
{}
{}
]
}
field 1 & field 2 can be extracted using an indexed field , ie any of the 1,2,3, field, but filed 4 always returns null
i use
Paginate(match(index("index_name"), "searchfield")))
is there something i'm missing?