Question: for array types e.g. string[ ], is it po...
# community-help
j
Question: for array types e.g. string[], is it possible to limit search to specific array index(s)? e.g. Find the word "apple", in array_field[2]
k
👋 No that's not possible. May I know what your use case is? Maybe I can suggest something else.
j
I have other ways of achieving the use-case (e.g. multiple separate feilds", thought I would check first though.