pocketIlmatto/cocktail_central

Refactor inclusive search

Closed this issue · 0 comments

Search for any recipes that include any of the ingredients from the array of ingredients passed in as parameters

  • Currently the Inclusive search is implemented as a complex ActiveRecord/SQL query
  • The goal is to determine if it makes sense to refactor this into code using appropriate data structure(s) and if so, to do so.