marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

Reusable saved queries #59

Closed hunterhacker closed 12 years ago

hunterhacker commented 12 years ago

The reverse query implementation will require persisted queries, and if we have that we should enable those queries to be executed forward as well as reverse. See discussion in Issue #47.

ryangrimm commented 12 years ago

Implemented and tested, not yet documented.

ryangrimm commented 12 years ago

Added documentation.

hunterhacker commented 12 years ago

Still need to make the query reusable, at least in the structured syntax.

hunterhacker commented 12 years ago

Any reason not to close this now?

ryangrimm commented 12 years ago

Yes, no documentation or tests for the namedQuery constructor at the moment.

ryangrimm commented 12 years ago

Docs and tests now exist for use in structured queries as well as string queries. Also have tests and docs for named query prefix management.