Jump to: navigation, search

Difference between revisions of "Talk:MetadataSearchAPI"

(Creation of discussion page)
 
(Metadata Search API Discussion page)
Line 2: Line 2:
  
 
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.
 
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.<br />
 +
 +
sorted[=<attr1>[,<attr2>,…]]    -->    sorted[=<attr1[+1]>[,<attr2[+-]>,…]] <br />
 +
 +
* if attributes without + or -, it is as-is defined by current spec.<br />
 +
 +
* if attributes with + or -, the sorting results will be asceding or desceding.

Revision as of 03:09, 13 January 2014

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.