adamfowleruk / mljs

MarkLogic REST API JavaScript wrapper for NodeJS and Browser Apps
http://adamfowleruk.github.io/mljs/apidocs/core/tutorial-all.html
Other
33 stars 19 forks source link

Search: Common query type wrappers #3

Closed adamfowleruk closed 11 years ago

adamfowleruk commented 11 years ago

Common query type wrappers

E.g. we already have list() for a keyvalue query where docs are in a directory, and collect() for docs in a collection. More of these.

adamfowleruk commented 11 years ago

Added collectionsuris() for a values search to return children of a collection uri

adamfowleruk commented 11 years ago

Built options builder object which negates and more complex ones of these now.