What is nameIndex?
In the docs we have this example:
What does
Also, let's say we have another column called
Thank you
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 you