How does one reference a field name in a document that has a colon in it? For instance, document has a field named spec:package_name
Putting doc.spec:package_name will not compile in a view function. Thanks
How does one reference a field name in a document that has a colon in it? For instance, document has a field named spec:package_name
Putting doc.spec:package_name will not compile in a view function. Thanks