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

Remove ingredient descriptions that begin with the word 'very' #70

Closed
jayaddison opened this issue Aug 3, 2023 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@jayaddison
Copy link
Member

Describe the bug
The word 'very' appears as a prefix on some ingredient descriptions, and isn't something that users seem likely to search for when describing their locally-available ingredients.

We should remove it as a named product using the product Admin UI, and then reindex the recipes that contain it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the homepage.
  2. Search for the word 'very'
  3. Observe ingredients such as very ripe bananas

Expected behavior
The word very should not appear as a prefix for any autosuggested ingredients.

Screenshots
image

@jayaddison jayaddison added the bug Something isn't working label Aug 3, 2023
@jayaddison
Copy link
Member Author

As with #69, this has mostly been resolved following some recrawling and reindexing of affected recipes; however, a few very ripe bananas stragglers remain in the search engine.

@jayaddison
Copy link
Member Author

As with #69, this has mostly been resolved following some recrawling and reindexing of affected recipes; however, a few very ripe bananas stragglers remain in the search engine.

The remaining stragglers are due to #71, a blocker for resolution of this issue.

@jayaddison
Copy link
Member Author

Manually resolved by clearing out (curl -XDELETE) stale documents with this problem. Issue #71 remains open for a longer-term fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant