🏠
📖
🔗
🔖
document.querySelector('#search').focus( )); ">
Search
res.json()).then(res => { sessionStorage.setItem('searchResults', JSON.stringify(res)); searchResults = res; }); } " @input=" matches = []; if (searchInput.length < 3) { return }; searchResults.forEach(recipe => { const matchTitle = recipe.title.toLowerCase().includes(searchInput.toLowerCase()); const matchIngredient = recipe.ingredients.find(ingredient => ingredient.toLowerCase().includes(searchInput.toLowerCase())); const matchTag = recipe.tags.find(tag => tag.toLowerCase().includes(searchInput.toLowerCase())); if (!matchTitle && !matchIngredient && !matchTag) { return }; const match = {...recipe}; if (matchTitle) { match.matchTitle = matchTitle }; if (matchIngredient) { match.matchIngredient = matchIngredient }; if (matchTag) { match.matchTag = matchTag }; matches.push(match) }); ">
Close
Contains:
Favourite ⭐
All recipes
BBQ 🍖
Beef 🐂
Baking 🥐
Chicken 🐔
Favourite ⭐
Fish 🐟
Grill 🥩
Lamb 🐑
Other ❓
Pork 🐖
Pasta 🍝
Rub 🧂
Soup 🥣
Sauce 🩸
Veggies 🥕
5 hours
BBQ Pork Ribs
10 hours
BBQ Pulled Pork
2 hours
BBQ Chicken
8 hours
Smoked Salmon
6 hours
BBQ Beef Ribs
10 hours
BBQ Brisket
½ hour
Southern Fried Chicken