My Requirement is, I want to return document URI only if path range index value is starts-with or ends-with some word.
As Per MarkLogic documentation I can only use ">, <, <=, >=, =, !=" to compare path range index value but in my requirement I want to use fn:starts-with() or fn:ends-with().
Is there any way to satisfy this requirement?