We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca200b + 134931e commit bc03749Copy full SHA for bc03749
1 file changed
datastore/sample.rb
@@ -88,6 +88,7 @@ def properties
88
t["priority"] = 4
89
t["percent_complete"] = 10.0
90
t["description"] = "Learn Cloud Datastore"
91
+ t.exclude_from_indexes! "description", true
92
end
93
# [END properties]
94
0 commit comments