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

단어 검색 시 최소, 최대 길이 제한 옵션 추가 #88

Open
4 tasks
hsheric0210 opened this issue Dec 9, 2023 · 0 comments
Open
4 tasks

단어 검색 시 최소, 최대 길이 제한 옵션 추가 #88

hsheric0210 opened this issue Dec 9, 2023 · 0 comments
Assignees
Labels
Category: Path Finder Path finder (Word searcher) related issue Type: Feature request Request of new feature or function

Comments

@hsheric0210
Copy link
Owner

hsheric0210 commented Dec 9, 2023

설정의 '단어 검색' 탭의 '단어 검색 필터'란에 '단어 최소 길이', '단어 최대 길이' 옵션을 추가하여 사용자로 하여금 사용할 단어의 최소 길이와 최대 길이를 지정할 수 있도록 하기

추가로, 이러한 기능은 일부 게임 모드나 특수 효과 발동 시 짧은 단어의 입력을 금지하거나, 너무 긴 단어의 입력을 금지하는 등의 제한 사항들을 회피하는 것에도 도움을 줄 수 있음

  • 단어 최대 길이, 최소 길이 옵션 추가

    • '첫 턴 단어 최소/최대 길이 제한' 옵션 추가
  • 데이터베이스 단어 테이블에 '단어 길이' 열 추가 (매 단어 검색 시마다 SQL LENGTH() 함수로 단어의 길이를 재는 것은 매우 비효율적이기에 단어 길이를 미리 캐싱해 두는 용도)

    • 데이터베이스 검증 시 '단어 길이' 열 검사 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Path Finder Path finder (Word searcher) related issue Type: Feature request Request of new feature or function
Projects
None yet
Development

No branches or pull requests

1 participant