go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.55k stars 556 forks source link

Search in readable content is unreliable #722

Open MageSlayer opened 1 year ago

MageSlayer commented 1 year ago

Data

Describe the bug / actual behavior

Search in readable content is unreliable.

Expected behavior

Each & every word in readable content should be searchable.

To Reproduce

Steps to reproduce the behavior:

  1. Create "https://thehealthylife.com/" bookmark with archived content.
  2. Look into readable content. See word "Markus" at the end of text.
  3. Try searching for Markus
  4. Observe "No saved bookmarks yet :("

Screenshots

NA

Notes

NA

fmartingr commented 1 year ago

This may get fixed with #721, I've made some tests and it shows me results from readable content.

MageSlayer commented 1 year ago

Do you have any "nightly"/"master" builds available to test?

fmartingr commented 1 year ago

Do you have any "nightly"/"master" builds available to test?

I plan to do a release candidate for 1.6.0 when #721 is merged.

In the meanwhile, latest commit on master is always built over the dev tag on docker and you can access the latest build binaries from the action artifacts: https://github.com/go-shiori/shiori/actions/runs/5918425180

Remember to backup your database if you plan to test development builds.

MageSlayer commented 1 year ago

I've tested using that artifact. Still the same behavior => bookmark not found.

MageSlayer commented 1 year ago

Tested using https://github.com/go-shiori/shiori/releases/tag/v1.6.0-rc.1 Still the same issue.