Hello MarkLogic experts,

Could you please advise how to use cts functions for the below sample
results using MarkLogic.

XML

<entry min="100" max="999">

<product>apple</product>

</entry>

<entry min="1" max="99">

<product>orange</product>

</entry>

</root>

 

Query:

Query 1 : < 200   (Less than)

Results should be: apple

Query 2 : > 200  (Greater than)

Results should be: apple, orange

 

 

 

Regards,

Dinesh

 

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

Reply via email to