remko / dsadmin

Google Cloud Datastore Emulator Administration UI
MIT License
60 stars 6 forks source link

Copy 'indexed' value when creating new array value #2

Open remko opened 2 years ago

remko commented 2 years ago

When adding an array value to an indexed array, copy the 'exclude from indexes' flag from the other values. Datastore requires that either all or none of the values have to be indexed.