Closed jmiranda closed 10 years ago
Index on both user.id and user.name. Search API should allow for query by either user.id (email) or user.name (username) or both (use AND operator when both are included).
{user.id='email@gmail.com'} or {user.name='dani'}
User parameters userid=email@gmail.com AND/OR username=dani.
userid=email@gmail.com
username=dani
Index on both user.id and user.name. Search API should allow for query by either user.id (email) or user.name (username) or both (use AND operator when both are included).