Welcome to the Syntax Search feature of CulinaryCache. This guide is designed to help you get the most out of your search experience by using specific syntax to refine your queries. Please read through this guide carefully to understand how to use this powerful feature effectively.
title:"Recipe Title"
. For example, title:"Chocolate Cake"
will return all recipes with "Chocolate Cake" in the title.description:"Keyword"
. For example, description:"spicy"
will return all recipes described as spicy.ingredients:"Ingredient Name"
. For example, ingredients:"garlic"
will return all recipes that include garlic as an ingredient.instructions:"Keyword or Phrase"
. For example, instructions:"bake for 30 minutes"
will return all recipes that include the phrase "bake for 30 minutes" in the instructions.!
before the keyword. For example, !title:"Cake"
will exclude all recipes with "Cake" in the title.calories <= 500
or calories >= 300
. This will return recipes with calories less than or equal to 500, or greater than or equal to 300, respectively.diet:"Preference"
. For example, diet:"vegan"
will return all vegan recipes.You can combine multiple search criteria to narrow down your results even further. For example, title:"Chicken" ingredients:"garlic" calories <= 500
will return all chicken recipes containing garlic with 500 or fewer calories.
title:"Pasta" calories >= 200
- Finds pasta recipes with at least 200 calories.description:"quick" diet:"gluten-free"
- Finds quick recipes that are also gluten-free.instructions:"stir until thickened" ingredients:"milk"
- Finds recipes that instruct to "stir until thickened" and include milk as an ingredient.ingredients:"tomato" !description:"spicy"
- Finds recipes with tomatoes but excludes those described as spicy.If you have any questions or need further assistance with the Syntax Search feature, please contact us at support@culinarycache.org.