mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 23:12:13 +09:00
#359. 게시글 검색시 list_order를 asc로 이용할 경우에만 division을 이용한 검색이 되도록 변경하여 정렬이 desc일때에 검색이 제대로 되도록 하였습니다
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3516 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3e8f44a374
commit
bfeaa26f77
1 changed files with 5 additions and 0 deletions
|
|
@ -243,6 +243,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* division은 list_order의 asc 정렬일때만 사용할 수 있음
|
||||
**/
|
||||
if($args->sort_index != 'list_order' || $args->order_type != 'asc') $use_division = false;
|
||||
|
||||
/**
|
||||
* 만약 use_division이 true일 경우 document division을 이용하도록 변경
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue