InBe Docs

Dietary Filters

Use the catersFilters array for granular control when looking for dietary needs

The catersFilters array lets you find venues that accommodate specific dietary requirements or preferences. This is crucial for users with food allergies, dietary restrictions, or specific eating preferences.

Basic usage

Basic dietary filter
  "preferences": {
    "catersFilters": ["vegan", "glutenFree"]
  }

Dietary filters

You can specify one or more dietary filters, and the returned results will be sorted by how well they match the filters. Results that match more filters will be ranked higher then those that match fewer filters.

Catering filters

FilterDescription
alcoholFreeAlcohol-free
alliumFreeOptions without onions, garlic, shallots, leeks, and chives
celeryFreeOptions without celery
crustaceanFreeOptions without crab, lobster, or shrimp
dairyFreeOptions without dairy (milk, cheese, yogurt, etc.)
eggFreeOptions without eggs
fishFreeOptions without fish (salmon, tuna, etc.)
glutenFreeOptions without gluten (bread, pasta, etc.)
halalOptions considered halal according to local country rules for the venue's location
ketoOptions that are keto-friendly
kosherOptions considered kosher according to local country rules for the venue's location
lowCarbOptions that are low-carb
lowFatOptions that are low-fat
lowSaltOptions that are low-salt
lowSugarOptions that are low-sugar
lupineFreeOptions without lupines (lupins)
molluskFreeOptions without mollusks (mussels, clams, etc.)
mushroomFreeOptions without mushrooms
mustardFreeOptions without mustard
nutFreeOptions without nuts (peanuts, almonds, etc.)
paleoOptions that are paleo-friendly
peanutFreeOptions without peanuts
pescatarianOptions that are pescatarian (vegetarian with fish)
sesameFreeOptions without sesame
soyFreeOptions without soy
spiceyOptions that are spicy
sulphurFreeOptions without sulphur
treeNutFreeOptions without tree nuts (walnuts, almonds, etc.)
veganOptions that are vegan
vegetarianOptions that are vegetarian
wheatFreeOptions without wheat
lowCarbonOptions that are low-carbon or locally produced

Real-world examples

Dietary considerations

Religious dietary laws

  • Halal: Islamic dietary requirements
  • Kosher: Jewish dietary requirements
  • Vegetarian: Often suitable for various religious practices

Health and allergy considerations

  • Allergies: Depending on the severity of the allergy, you should also use the nonCompromise preference set to ["catersFilters"] so that we don't return results that don't match the allergy.

Lifestyle choices

  • Local, fresh, farm-to-table: Can be used for people concerned about the environmental impact of their food.
  • Low-carb: Locations that cater to health and weight management
  • Keto: Locations that cater to specific dietary choices

Next steps

On this page