If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
I'm afraid that processed junk gets returned as a match for being "like '%food%'"... how about:
select * from table
left join whole_foods_reference
on table.item_name = whole_foods_reference.item_name
where table.descriptions like "%food%"
Except this will only return basic ingredients.
Mmm this food is problematic.