Julian
05/15/2023, 2:07 PMquery_by
id? I have a collection with food records and I have used the GTIN as id. Now I want to be able to query by GTIN.Jason Bosco
05/15/2023, 2:37 PMid
is a special field used internally, so it can’t be used in query_by
. You would have to create another field called say gtin
and use that in query_byJulian
05/15/2023, 2:39 PMJason Bosco
05/15/2023, 2:40 PMJulian
05/15/2023, 2:40 PM