mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Add unit test + 통합검색 키워드 글자 수 제한 변경
This commit is contained in:
parent
96fde908ba
commit
3ff91018cc
3 changed files with 40 additions and 2 deletions
24
tests/_data/dbquery/selectTest3.xml
Normal file
24
tests/_data/dbquery/selectTest3.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<query id="selectTest3" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<group pipe="and">
|
||||
<condition operation="more" column="list_order" var="division" pipe="and" />
|
||||
<condition operation="below" column="list_order" var="last_division" pipe="and" />
|
||||
</group>
|
||||
<group pipe="and">
|
||||
<condition operation="search" column="title" var="s_title" />
|
||||
<condition operation="search" column="content" var="s_content" pipe="or" />
|
||||
</group>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="list_order" order="order_type" />
|
||||
<list_count var="list_count" default="20" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue