hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.28k stars 77 forks source link

Questions about search questions and multi -language support #157

Closed Swim0o0 closed 1 month ago

Swim0o0 commented 1 month ago

Description

  1. Many of the bookmarks I added are Chinese (of course, there are pure English bookmarks). I don't know if it is because of language. The search function of the Hoarder cannot be used (even searching for pure English bookmark content).This is what I have not encountered in Demo.
  2. When searching in DEMO, enter the keyword to find the bookmark you want. After deleting the keywords according to Backspace, the Hoarder will automatically return to the main interface.But after I deployed it through Docker, I found that I could not achieve this effect.

Gifa gif show bug

MohamedBassem commented 1 month ago

Hi, this is not normal and I don't think it's language related. You seem to have some problem with your meilisearch setup. Can you share the logs of your worker container? And maybe also the logs of the web container.

Swim0o0 commented 1 month ago

Hi, this is not normal and I don't think it's language related. You seem to have some problem with your meilisearch setup. Can you share the logs of your worker container? And maybe also the logs of the web container.

I was studying this problem in the past two days, and I initially believed that it was the problem of the meilisearch version, because in the issue of Meilisearch, someone encountered the same problem as the logs I provided. This is a solution provided by a contributor of Meilisearch. workers log.txt

Swim0o0 commented 1 month ago

I deleted the Docker volume, Docker network, Docker mirror image, etc., and then re -deployed to find that the search function can be used normally.😄

MohamedBassem commented 1 month ago

Perfect. I'm glad you managed to get it working!