최근게시물 추출시 순서에 따른 인덱스를 활용하도록 쿼리 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2383 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-23 04:13:09 +00:00
parent d2a13b36c9
commit 0c2dd97644
2 changed files with 14 additions and 6 deletions

View file

@ -8,6 +8,8 @@
<conditions>
<condition operation="in" column="module_srl" var="module_srl" filter="number" />
<condition operation="equal" column="category_srl" var="category_srl" pipe="and" />
<condition operation="more" column="document_srl" var="sort_document_index" pipe="and" />
<condition operation="less" column="update_order" var="sort_update_index" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="document_srl" order="order_type" />