0

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

CJ Behne
  • 48
  • 2

1 Answers1

0

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

Stephen
  • 5,710
  • 1
  • 24
  • 32