ejdb icon indicating copy to clipboard operation
ejdb copied to clipboard

Conditions on key name for projections

Open markwylde opened this issue 3 years ago • 0 comments

I'm trying to build out dynamic (user inputted) projections and am wondering if there is a way of matching projections via a safe escaping. Like we can do for queries.

For example, should something like the following work?

/* | /{[* = :?],[* = :?]}

Where the values would be ['firstName', 'lastName']

I had a look at the test cases, but couldn't see anything.

Thanks again!

markwylde avatar Nov 17 '20 12:11 markwylde