Skip to content
New issue

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

tags #1556

Closed
barisusakli opened this issue May 21, 2014 · 2 comments
Closed

tags #1556

barisusakli opened this issue May 21, 2014 · 2 comments
Assignees
Milestone

Comments

@barisusakli
Copy link
Member

dibs

#1299

http://timschlechter.github.io/bootstrap-tagsinput/examples/

//in topic create
for(var i=0; i<tags.length; ++i) {
   db.sortedSetAdd('tag:' + tags[i], timestamp, newTid);
   db.setAdd('topic:' + newTid + ':tags', tags[i]);
   db.setAdd('tags', tags[i]);
}
@barisusakli barisusakli added this to the 0.5.0 milestone May 21, 2014
@barisusakli barisusakli self-assigned this May 21, 2014
@julianlam
Copy link
Member

8yak1

@a5mith
Copy link
Contributor

a5mith commented May 21, 2014

Baris really wants them internets. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants