Closed EclipseKnight closed 3 years ago
Does the xpath functionality support setting attributes to lowercase or the ability to translate() them.
Essentially I'm trying to run a find search for a parameter that is stored as case sensitive but can be found by a case insensitive value.
If i have an attribute in the db as such name = John
and attempt to find values == to "john" would return that document.
After some digging I found that the dependency used for xpath, Apache jxpath, uses the xpath version 1 standard which supports only translate().
Does the xpath functionality support setting attributes to lowercase or the ability to translate() them.
Essentially I'm trying to run a find search for a parameter that is stored as case sensitive but can be found by a case insensitive value.
If i have an attribute in the db as such name = John
and attempt to find values == to "john" would return that document.