teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

GETパラメータを配列に修正

2019/06/03 03:07

投稿

ryu_t
ryu_t

スコア58

title CHANGED
File without changes
body CHANGED
@@ -1,11 +1,11 @@
1
1
  キーワード検索のみの場合は問題ないのですが、キーワード+カテゴリ、カテゴリのみの指定の場合、getパラメータが取得できずTOPページに戻されてしまいます。
2
2
 
3
3
  ■正常に遷移する
4
- http://hoge.jp/temp/?s=東京&langage=java
4
+ http://hoge.jp/temp/?s=東京&langage[]=java
5
- http://hoge.jp/temp/?s=&langage=java
5
+ http://hoge.jp/temp/?s=&langage[]=java
6
6
 
7
7
  ■TOPに戻ってしまう
8
- http://hoge.jp/temp/page/2/?s=東京&langage=java
8
+ http://hoge.jp/temp/page/2/?s=東京&langage[]=java
9
- http://hoge.jp/temp/page/2/?s=&langage=ja
9
+ http://hoge.jp/temp/page/2/?s=&langage[]=java
10
10
 
11
11
  よろしくお願い致します。