Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files
http://www.jsondb.io
MIT License
212 stars 45 forks source link

xpath lower-case() find. #47

Closed EclipseKnight closed 3 years ago

EclipseKnight commented 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.

EclipseKnight commented 3 years ago

After some digging I found that the dependency used for xpath, Apache jxpath, uses the xpath version 1 standard which supports only translate().