0

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?

Lav Hinsu
  • 104
  • 1
  • 6
  • Hey, could you add a bit more information on how that data looks like. I assume the data is not full of empty {}. Ideally we also need to know how your index definition looks like before we can answer this question :) – Brecht De Rooms Aug 12 '20 at 16:32
  • @BrechtDeRooms thanks for your reply, but i basically read the documentation and figured out that you can do this with indexes, ie, this was supported by default, only my created index was wrong, thanks for the reply anyway! – Lav Hinsu Aug 14 '20 at 09:52

0 Answers0