Skip to content

Commit

Permalink
Merge pull request galaxyproject#17190 from bernt-matthias/topic/lexi…
Browse files Browse the repository at this point in the history
…cal-clarification

Clarify the meaning of lexical sorting of discovered datasets
  • Loading branch information
jdavcs authored Dec 14, 2023
2 parents f10614e + a512dae commit 207ecc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5619,7 +5619,12 @@ More information can be found on Planemo's documentation for
</xs:attribute>
<xs:attribute name="sort_by" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A string `[reverse_][SORT_COMP_]SORTBY` describing the desired sort order of the collection elements. `SORTBY` can be `filename`, `name`, `designation`, `dbkey` and the optional `SORT_COMP` can be either `lexical` or `numeric`. Default is lexical sorting by filename.</xs:documentation>
<xs:documentation xml:lang="en"><![CDATA[
A string `[reverse_][SORT_COMP_]SORTBY` describing the desired sort order of the collection elements.
`SORTBY` can be `filename`, `name`, `designation`, `dbkey` and the optional `SORT_COMP` can be either
`lexical` or `numeric`. Default is lexical sorting by filename.
Note that lexical sorting is case sensitive, i.e. upper case characters come before lower case characters (e.g. "Apple" < "Banana" < "apple" < "banana").
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="visible" type="xs:boolean" use="optional">
Expand Down

0 comments on commit 207ecc7

Please sign in to comment.