What is nameIndex?
In the docs we have this example:
What does
nameIndex
mean here? Is it a random text or it actually means something?
Also, let's say we have another column called chineseName
for example. If an app can search using a where statement with the name
columns and, on another query, use a where clause with the chineseName
, how should we treat indices?
Thank you0 Replies