What steps will reproduce the problem?
1. 게시판 스킨의 검색 form에서 listStyle, sort_index, order_type 를
포함하도록 수정.
2. 검색을 해보면 검색 결과는 기존과 같이 검색되지만
브라우저 주소차을 보면 "http://abc.com/?error_return_url=%2Findex.php%3Fmid%3Dsho~~~" 이런 주소로 넘어옵니다.
3.
What is the expected output? What do you see instead?
<input type="hidden" name="listStyle" value="{$listStyle}" / cond="$listStyle">
<!--@if($sort_index)-->
<input type="hidden" name="sort_index" value="{$sort_index}" />
<input type="hidden" name="order_type" value="{$order_type}" />
<!--@end-->
이런 코드를 추가하면 검색결과에 GET 변수로 넘어올 것으로
기대했습니다.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by cah...@gmail.com on 14 Nov 2012 at 2:08
Original issue reported on code.google.com by
cah...@gmail.com
on 14 Nov 2012 at 2:08