mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Index shorter keywords in languages like Chinese #600
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#600
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 @cathaysia on GitHub (Dec 27, 2020).
Originally assigned to: @lastzero on GitHub.
It seem that photoprism ask search keyword's length >=3? But two word is enough is some case, Chinese especially. More, one word is enough some case.
Such as : 桥 = bridge, 船 = boat, etc.
Can I disable the limit of search keyword?
@lastzero commented on GitHub (Dec 27, 2020):
Instead of adding yet another config option and indexing a, b, c, d, e, f... we should implement exceptions for languages like Chinese. What do you think?
@cathaysia commented on GitHub (Dec 27, 2020):
It must be a great idea, I'd looking forward for this.
@lastzero commented on GitHub (Dec 27, 2020):
Implementation was slightly more complex than just removing the limit 😉
@cathaysia commented on GitHub (Dec 28, 2020):
HAHA, I have noticed this change! Thank you so much. 😄
If need any test, let me know please!😄(If have a testing-docker-image, that's great.)