We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
things to update
'username': username, 'userslug': userslug,
in user hash and
db.setObjectField('username:uid', username, uid); db.setObjectField('userslug:uid', userslug, uid);
The text was updated successfully, but these errors were encountered:
176ac54
db.searchRemove('user', {id}); db.searchIndex('user', {username}, {id})
no?
Sorry, something went wrong.
based on a trial and error session that I had
onice one totally forgot search, thanks!
reindex user name after change, #745
eb65c5a
barisusakli
No branches or pull requests
things to update
'username': username,
'userslug': userslug,
in user hash and
db.setObjectField('username:uid', username, uid);
db.setObjectField('userslug:uid', userslug, uid);
The text was updated successfully, but these errors were encountered: