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

Cannot GET /tag/ #93

Closed
holys opened this issue Sep 30, 2012 · 5 comments
Closed

Cannot GET /tag/ #93

holys opened this issue Sep 30, 2012 · 5 comments

Comments

@holys
Copy link

holys commented Sep 30, 2012

您好,我在部署nodeclub时新建了一个tag , 名为读书/音乐/电影,结果就出现 Cannot GET /tag/%E8%AF%BB%E4%B9%A6/%E9%9F%B3%E4%B9%90/%E7%94%B5%E5%BD%B1 的错误. 请问是否因为tag里面包括了特殊字符导致创建数据时出错?

@leizongmin
Copy link
Contributor

是因为tag中包含了斜杠“/”导致的

@holys
Copy link
Author

holys commented Oct 8, 2012

如果想删除这个tag,改怎么处理?

@leizongmin
Copy link
Contributor

直接删除数据库里的记录:db.tag.remove({name: '读书/音乐/电影'})

@holys
Copy link
Author

holys commented Oct 8, 2012

能否推荐一些mongodb的书目 资源 ?

2012/10/8 Lei Zongmin notifications@github.com

直接删除数据库里的记录:db.tag.remove({name: '读书/音乐/电影'})


Reply to this email directly or view it on GitHubhttps://github.com//issues/93#issuecomment-9215184.

David Chen

@alsotang
Copy link
Member

http://docs.mongodb.org/manual/ 官方文档我觉得可读性算高。

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

No branches or pull requests

3 participants