검색조건 규격 검색이 잘않됩니다 도와주세요

사이트는 swj.co.kr 입니다

검색에 규격으로 검색하면 찾아내지못합니다
어떨때는 또 찾아내기도 합니다
아래 소스에 문제가 없을듯한데 어느 부분을 손을 데야 할지 .......도와주세요

..................상단생략.......................
<%
sel_sch = request("sel_sch")
sel_sch2 = request("sel_sch2")
sel_comp_code = request("comp_code")
'이전페이지 , 다음페이지....
'이 부분은 밑에 처리되었다...
'하이퍼링크로 이전페이지 다음페이지 한 부분에 가보면 있다...

session("CurrentPage") = 1

'이 부분은 페이지로 직접 접근하는 부분이다.
If Request.QueryString("GoTopage") <> "" then

session("CurrentPage") = Request.QueryString("GoTopage")
else

end If

If sel_sch2 = "" Then '검색어가 없다면
If sel_sch = "no1" Then '상품명으로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
else '규격코드로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
end if
else '정상적인 검색이라면
If sel_sch = "no1" Then '상품명으로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
else '규격코드로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
end if
end If

Set Grs = Server.CreateObject("ADODB.Recordset")
Grs.pagesize = 30
Grs.Open SQL,objconn,1
TotCount_search = Grs.RecordCount

if Grs.BOF or Grs.EOF Then
%>
<script language='javascript'>
alert('검색에 부합하는 상품이 없습니다.')
history.back();
</script>
<%
response.end
else
sql_f = "select comp_code,comp_name from company where comp_code = '" & Grs("pr_comp") & "'"
set rs_com_f = objConn.Execute (sql_f)
End if
%>
<tr>
<td width="689" align="left" valign="middle" height="31"> <p style='margin-left:30px; margin-right:5px;'> <font color="#495766">  <%=rs_com_f("comp_name")%> 회사에 대해 검색어 : <b><%=sel_sch2%></b>
(총 <%=TotCount_search%> 개의 항목을 검색했습니다)</font>
</p></td>
</tr>

<tr>
<td width="689" align="center" valign="top">
<table border="0" width="560" align=center cellspacing='0' cellpadding='0'>
<tr>
<td align='center' valign='top'>
<img src='/swshop/images/sub_05.gif' border='0' align='absmiddle'>
</tD>
</tR>
</table>
<!-- 탑 부분 인클루드 종료 -->
<table border="0" width="650" align=center cellspacing='0' cellpadding='0'>

<!-- 제품리스트 시작 -->
<tr>
<td width="689" align="center" valign="top">
<%
if Grs.BOF or Grs.EOF then
%>
<br><br>
검색된 상품이 없습니다.<br>
<br><br>
<%
response.End
else
Grs.absolutepage = session("CurrentPage")

session("pagecount")=Grs.pagecount
%>

.........하단생략...............
|

댓글 1개

직접 디비에 접속하셔서
query를 실행해 보세요.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
17년 전 조회 4,144
17년 전 조회 3,049
17년 전 조회 1,822
17년 전 조회 1,559
17년 전 조회 1,860
17년 전 조회 2,782
17년 전 조회 1,975
17년 전 조회 2,260
17년 전 조회 1,538
17년 전 조회 1,287
17년 전 조회 1,360
17년 전 조회 3,159
17년 전 조회 2,715
17년 전 조회 2,283
17년 전 조회 2,310
17년 전 조회 2,040
17년 전 조회 2,480
17년 전 조회 2,271
17년 전 조회 2,214
17년 전 조회 2,117
17년 전 조회 1,415
17년 전 조회 2,069
17년 전 조회 2,470
17년 전 조회 2,562
17년 전 조회 1,875
17년 전 조회 1,723
17년 전 조회 1,602
17년 전 조회 2,816
17년 전 조회 2,899
17년 전 조회 2,315
17년 전 조회 2,659
17년 전 조회 2,962
17년 전 조회 1,561
17년 전 조회 1,406
17년 전 조회 6,585
17년 전 조회 1,413
17년 전 조회 1,867
17년 전 조회 2,018
17년 전 조회 1,333
17년 전 조회 1,410
17년 전 조회 2,102
17년 전 조회 1,746
17년 전 조회 3,879
17년 전 조회 1,441
17년 전 조회 2,152
17년 전 조회 1,394
17년 전 조회 1,641
17년 전 조회 2,615
17년 전 조회 2,263
17년 전 조회 1,250
17년 전 조회 1,264
17년 전 조회 1,330
17년 전 조회 6,285
17년 전 조회 6,103
17년 전 조회 2,282
17년 전 조회 1,252
17년 전 조회 1,371
17년 전 조회 2,337
17년 전 조회 1,728
17년 전 조회 1,388
17년 전 조회 1,413
17년 전 조회 1,343
17년 전 조회 1,297
17년 전 조회 4,207
17년 전 조회 2,424
17년 전 조회 1,869
17년 전 조회 3,009
17년 전 조회 1,704
17년 전 조회 1,376
17년 전 조회 1,424
17년 전 조회 1,470
17년 전 조회 1,366
17년 전 조회 1,463
17년 전 조회 2,651
17년 전 조회 4,459
17년 전 조회 1,412
17년 전 조회 4,179
17년 전 조회 4,334
17년 전 조회 1,441
17년 전 조회 2,415
17년 전 조회 1,864
17년 전 조회 3,455
17년 전 조회 1,596
17년 전 조회 3,845
17년 전 조회 3,654
17년 전 조회 2,819
17년 전 조회 3,172
17년 전 조회 2,884
17년 전 조회 2,191
17년 전 조회 3,550
17년 전 조회 2,885
17년 전 조회 3,767
17년 전 조회 1,375
17년 전 조회 2,493
17년 전 조회 1,555
17년 전 조회 1,414
17년 전 조회 1,297
17년 전 조회 1,294
17년 전 조회 1,659
17년 전 조회 3,104