HI Folks,
This is my first post to this group, so please pardon me if I am missing some etiquette. I did read the knowledge base, but could not find this information.
I am trying to get sorted search results. I am taking over a project here at NIH, and the previous developer made an API that handled sorting after retrieving all the found records for a query. That is a major performance hit, and I see that Biomart has code to handle 'orderby'.
My problem is that, while there is perl code for this, I don't see any documentation as to how the XML would be structured to connect with that perl code.
Is there an "orderby" attribute in the <Query> tag? Is there an <OrderBy> tag or something? I don't see any mechanism in the code for what format it might be expecting.
I have hacked the TableSet.pm file and can prove that a valid, local $orderby value is passed to the SQL, and results in ordered output. So there is something. But I don't imagine that all that code would be built in with no way to access it through the XML.
Many thanks in advance.
Robyn