mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 1999 fix invalid search result with extra vars
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10837 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ba9a26f9b
commit
a0a824166d
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
<condition operation="in" column="documents.status" var="statusList" pipe="and" />
|
||||
<condition operation="like" column="extra_vars.value" var="var_value" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="extra_vars.document_srl" />
|
||||
</groups>
|
||||
<navigation>
|
||||
<index var="sort_index" default="documents.list_order" order="order_type" />
|
||||
<list_count var="list_count" default="20" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue