Re: [MarkLogic Dev General] Searching Standalone Properties Documents

2015-01-19 Thread Justin Makeig
Can you say a little more about what you're trying to accomplish? While it's possible to work with stand-alone properties (e.g. http://docs.marklogic.com/cts:properties-query), it's not a well trodden path. You'd be much better off if you can reformulate your implementation using tried and

Re: [MarkLogic Dev General] Searching Standalone Properties Documents

2015-01-19 Thread Danny Sokolsky
To: neil bradley; MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Searching Standalone Properties Documents Can you say a little more about what you're trying to accomplish? While it's possible to work with stand-alone properties (e.g. http://docs.marklogic.com/cts:properties

Re: [MarkLogic Dev General] Searching Standalone Properties Documents

2015-01-19 Thread Michael Blakeley
Try `cts:search(xdmp:document-properties(), $query)`. Similar to fn:doc or fn:collection, the zero-arg form of xdmp:document-properties returns all properties. -- Mike On 19 Jan 2015, at 09:28 , neil bradley n...@bradley.co.uk wrote: Hi, I am having a problem working out how (if it is