Search code examples
node.jsgoogle-cloud-platformgcloud-node

Adding entity property with more than 500 characters/setting unindexed


I'm trying to create a entity with a property of more than 500 characters by setting the indexed value to false.

How would I go about doing this with the gcloud-node library with the save function?

Thanks


Solution

  • As you probably noticed, the indexed value is true by default. I've opened a PR which would add support for overriding. If you have any thoughts and/or want to try it out, please post them over there :) https://github.com/GoogleCloudPlatform/gcloud-node/pull/218