array_sort(
  array_distinct(
    regexp_extract_all(
      lower(it.name)
      ,'\bkhô gà\b|\bhạt điều rang muối\b|\bda cá\b'
    )))