Jump to: navigation, search

Talk:MetadataSearchAPI

Revision as of 03:09, 13 January 2014 by Edward (talk | contribs) (Metadata Search API Discussion page)

Metadata Search API Discussion page

Feel free to add general questions, comments, suggestions, etc. to this page. You can also edit the API page for comments about specific portions of the API. Interested parties will be watching these Wiki pages and will get emails of updates.

Suggestion about Sorting: add asceding '+' and desceding '-' syntax to give more choice for user to control search results.

sorted[=<attr1>[,<attr2>,…]] --> sorted[=<attr1[+1]>[,<attr2[+-]>,…]]

  • if attributes without + or -, it is as-is defined by current spec.
  • if attributes with + or -, the sorting results will be asceding or desceding.