mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #276] There is some problem in search with chinese #201
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zero47 on GitHub (Sep 3, 2020).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/276
Title: macOS 免费小工具
In keyworks:
@wadefelix commented on GitHub (Feb 8, 2022):
mariadb 不支持中文全文索引导致的
@fmartingr commented on GitHub (Feb 10, 2022):
Thank you for stepping up, is this something than can be fixed or worked around application side, or it requires the user to switch to a different database engine?
@natsukium commented on GitHub (Oct 1, 2022):
I’m using PGroonga, a PostgreSQL extension, to use FTS in Japanese.
https://github.com/go-shiori/shiori/compare/master...natsukium:shiori:groonga
It also supports Chinese.
For MariaDB, there is also an extension, Mroonga.
If you use the database without these extensions, you need to modify the application code like the following.
Sorry for the Japanese blog.
https://www.clear-code.com/blog/2020/12/22.html
@fmartingr commented on GitHub (Oct 3, 2022):
Hey @natsukium , thanks for the insights! If you are running this locally, have you noticed any caveheats running that extension? I'm unsure how many Shiori users require this in order to bundle it directly on our migrations or just provide a separate documentation page for people to install it on their own. Bundling it directly would require supporting it in all database systems, since want to provide the same features regardless of the database backend if possible.