mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

LIST method support for filters #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our document LIST command currently filters documents by owner.  Some 
applications will need a more 
flexible LIST command.

More generally, we want to support LIST command features for documents:

- Explicit filtering by:
  - owner
  - readers
  - writers
  - tags
  - docid prefix (cannot be combined with order by)

- Order by (asc/desc):
  - created
  - modified
  - docid

And LIST command features for Blobs:

- Explicit filtering by:
  - blob key prefix (cannot be combined with order by)
  - blob key parent key ("DIR" command)

- Order by (asc/desc):
  - created
  - modified
  - blob key

Original issue reported on code.google.com by mckoss@gmail.com on 2 Jun 2010 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by mckoss@gmail.com on 28 Oct 2010 at 7:03