-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
最近搜索结果都变成英文了 #195
Comments
@yyx990803 求助 - - |
@Jinjiang |
@kazupon Thank you. I will update it soon :-) |
@maxiloc - we accidentally overwrote the cn site with the API key for the English version, but after reverting to the key for the Chinese index the queries are now always returning empty results. Any ideas? |
我的错,之前从 vuejs.org 获取更新到 vuefe 改中文后,没有更改中文搜索,真抱歉 |
@yyx990803 The configuration of the crawler was still the old one so the v2 version tag did not exist. Just fixed it, should be good now. |
@maxiloc It works! Thank you very much :-) |
@Jinjiang 谢谢 现在恢复正常了 大家辛苦了! {
"hierarchy": {
"lvl2": "全局 API",
"lvl3": null,
"lvl0": "API",
"lvl1": null,
"lvl6": null,
"lvl4": null,
"lvl5": null
},
"url": "http://cn.vuejs.org/v2/api/#全局-API",
"content": null,
"anchor": "全局-API",
"objectID": "914724202",
"_highlightResult": {
"hierarchy": {
"lvl2": {
"value": "全局 <span class=\"algolia-docsearch-suggestion--highlight\">A</span>PI",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"a"
]
},
"lvl0": {
"value": "<span class=\"algolia-docsearch-suggestion--highlight\">A</span>PI",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"a"
]
}
},
"hierarchy_camel": {
"lvl2": {
"value": "全局 <span class=\"algolia-docsearch-suggestion--highlight\">A</span>PI",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"a"
]
},
"lvl0": {
"value": "<span class=\"algolia-docsearch-suggestion--highlight\">A</span>PI",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"a"
]
}
}
}
} |
这个搜索服务是第三方提供的,本身有一定的局限性,目前这样的状态我觉得是可接受的 |
@u3u @Jinjiang 提交代码在这里: wuliupo@b3893e6 req.responseText.replace(/cn\.vuejs\.org/g, location.hostname + ':' + location.port); |
跳转也直接跳到 http://vuejs.org/ 之前是正常的QAQ
The text was updated successfully, but these errors were encountered: