Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe Search #4

Open
hbjydev opened this issue Dec 18, 2024 · 0 comments
Open

Recipe Search #4

hbjydev opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@hbjydev
Copy link
Collaborator

hbjydev commented Dec 18, 2024

So currently, the recipes don't have the ability to be searched.

Once they're indexed, the four big things I want to be able to search with are:

  1. Title (just a string field in the DB, easy)
  2. Description (ditto)
  3. Ingredients (harder, this is a JSON array stored as a string, but only contains one field)
  4. Steps (ditto, with more fields in the objects)

I'm unsure how to implement this right now.

@hbjydev hbjydev added enhancement New feature or request help wanted Extra attention is needed labels Dec 18, 2024
@hbjydev hbjydev moved this to Backlog in Recipes Full Release Dec 19, 2024
@hbjydev hbjydev added this to the Recipes 1.0 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant