Rank 3: Container
Hello,
Is substring look up possible for array of strings?
Query.contains('product_names', [chair]),this only works if I have the exact item name. cha instead of chair does not work.
product_names is a an array: ['chair', 'door', 'table']