FindMyRecipe / docs / demo / milestone1 / feature2.sh
feature2.sh
Raw
#!/bin/bash

# Autocomplete Search Ingredients
psql findmyrecipe -c "select autocompleteSearch('bac%');"