Skip to content
Snippets Groups Projects
Commit a417a3b5 authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Add different sort logic

parent b339b09e
No related branches found
No related tags found
No related merge requests found
......@@ -37,15 +37,20 @@
<map_step map_field_source="homepage"/>
<map_step map_field_set="userd" map_origfieldval="1"/>
</map>
<map map_overwrite="1">
<map_step map_field_set="sortkey" map_field_value="D"/>
<map_step map_field_source="core"/>
<map_step map_field_set="sortkey" map_origfieldval="0"/>
</map>
</maps>
</sourcemap>
<sortingtemplate name="tool">
<sort order="1" sort_direction="descending">
<sortitem order="1" >year</sortitem>
</sort>
<sort order="2" sort_direction="ascending" final="1">
<!--<sort order="2" sort_direction="ascending" final="1">
<sortitem order="1">userc</sortitem>
</sort>
</sort>-->
<sort order="3" sort_direction="ascending" final="1">
<sortitem order="1">sortkey</sortitem>
</sort>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment