I'm just wondering how to query this particular type of data.
Basically I would want to query a name which contains a particular string in both firstname and lastname. For example if i search the string "Ani" both names Danilo Marino and Ian Danico Marino should show up.
I was thinking adding of a synthetic index combining firstName and lastName however .contains() from the old query api doesnt seem to be included in the new API.
Client side filtering might be out of the question since i might have multiple names numbering to tens of thousands.