Subject: | Allow specification of sticky prefix character |
Hi,
In my application paths are separated by dots, and users can specify a path+attribute combination,
e.g. a.b.c may refer to an attribute, To avoid massive confusion I use a '_' character to prefix sticky attribute names, which gets a bit messy when querying the store, as the user asks for e.g. '_b' and it needs to get translated into '.b' internally.
It would be nice if the sticky prefix character could be specified.
Thanks,
Diab