Hi all, I'm trying to determine the best schema to...
# community-help
t
Hi all, I'm trying to determine the best schema to support search for my data. My app tracks labels applied to pallets, and each pallet can have multiple labels. The possible label types are very dynamic. For example I might have data like this:
Copy code
{pallet_id: 1, expiration_dates: ['2023-01-01', 2023-02-02', '2023-03-03'], sku_numbers: ['123', '456']},
{pallet_id: 2, quantities: [1,2,3]},
{pallet_id: 3, weights: [100, 200]}