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

クエリにスラッシュが含まれているとURLの一部と解釈され検索できない #74

Open
syuilo opened this issue Nov 11, 2016 · 10 comments

Comments

@syuilo
Copy link
Owner

syuilo commented Nov 11, 2016

visionmedia/page.js#187

@syuilo syuilo added the bug label Nov 11, 2016
@otofune
Copy link
Contributor

otofune commented Nov 14, 2016

クエリはエンコードした文字列にしよう

@syuilo
Copy link
Owner Author

syuilo commented Nov 14, 2016

そうしたとしても visionmedia/page.js#187 に引っかかることが確認されています

たとえば hima%20saku というURLでアクセスされたとき、hima saku というふうにアクセスされたと解釈されるようです。

@rinsuki
Copy link
Contributor

rinsuki commented Dec 13, 2016

?q=にしよう

@syuilo
Copy link
Owner Author

syuilo commented Dec 13, 2016

ユーザー名との競合を回避できる方法を思いついたらそうするかも

@rinsuki
Copy link
Contributor

rinsuki commented Dec 13, 2016

/:search

@syuilo
Copy link
Owner Author

syuilo commented Dec 13, 2016

謎のころん

@rinsuki
Copy link
Contributor

rinsuki commented Dec 13, 2016

もしくはユーザーのページを/~syuiloのようにしてしまう

@rinsuki
Copy link
Contributor

rinsuki commented Dec 13, 2016

あとは/?qが付いてたら検索とか?

@rinsuki
Copy link
Contributor

rinsuki commented Dec 13, 2016

OR @searchさんはなかったことにする

@rinsuki
Copy link
Contributor

rinsuki commented Dec 22, 2016

/search:post?q=

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