Gary,

As Justin suggested create a path range index on the values is the most optimal

You can then use cts:values to and just add range-query constraint or even pass 
in start argument like

cts:values(
  cts:path-reference(xs:QName("/path-to-price/price","type=decimal"),
  1000.00,
  (),
  cts:element-range-query("/path-to-price/price","=",1000.00)
)

Regards

Gary Vidal
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to