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

[BUG] - Searching for "Ris-oat-o" doesn't find it #4208

Closed
5 of 6 tasks
nununo opened this issue Sep 14, 2024 · 2 comments
Closed
5 of 6 tasks

[BUG] - Searching for "Ris-oat-o" doesn't find it #4208

nununo opened this issue Sep 14, 2024 · 2 comments
Labels
bug Something isn't working stale triage

Comments

@nununo
Copy link

nununo commented Sep 14, 2024

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

What is the issue you are experiencing?

I have a recipe called "Ris-oat-o" which was imported from here: https://food52.com/recipes/21577-ris-oat-o

But when I search for "Ris-oat-o" (without the quotes of course) it is not found.

Steps to Reproduce

When I search for "Ris-oat-o" (without the quotes of course) it is not found:
image

And yet if I search for "Risot" it is found probably because the word "Risotto" is part of the recipe description:
image

I tried to replicate this in the demo site and it works fine in the demo site. Maybe because the search engine of the demo site is different?

Please provide relevant logs

NA

Mealie Version

Version: v1.12.0 0d06494bbfc62fc8a1771a85fd308190891d6167

Docker-compose:

version: '3.5'

volumes:
  data:

services:
  mealie:
    container_name: mealie
    image: hkotel/mealie:latest
    restart: unless-stopped
    environment:
      DB_TYPE: sqlite
      TOKEN_TIME: 999999
      TZ: Europe/Lisbon
    env_file: mealie.env
    volumes:
      - data:/app/data

Deployment

Docker (Linux)

Additional Deployment Details

A Debian VM running on Proxmox.

@nununo nununo added bug Something isn't working triage labels Sep 14, 2024
@nununo
Copy link
Author

nununo commented Sep 16, 2024

Also, I just found that when I search for "Yam peanut", the only recipe which has "Yam" and "peanut" in the title is actually listed last:
image

Could it be that my search engine is ignoring words with 3 or less letters? This could explain why "Ris-oat-o" is not being found, if the search is considering the dash as a word separator...

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 17, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale triage
Projects
None yet
Development

No branches or pull requests

1 participant