Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Recipe-Project
/
RecipeServer
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/improvements recipe search
- #121
#121
Merged
joona95
merged 20 commits into
develop
Recipe-Project/RecipeServer:develop
from
feature/improvements_recipe_search
Recipe-Project/RecipeServer:feature/improvements_recipe_search
Copy head branch name to clipboard
May 7, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Feature/improvements recipe search
#121
joona95
merged 20 commits into
develop
Recipe-Project/RecipeServer:develop
from
feature/improvements_recipe_search
Recipe-Project/RecipeServer:feature/improvements_recipe_search
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2026
fix: 블로그 검색 시 썸네일 저장 단계에서 중복 INSERT 되는 문제 해결
Show description for 06a3c18
joona95
and
claude
committed
06a3c18
View commit details
Copy full SHA for 06a3c18
Browse repository at this point
refactor: 유튜브 검색 IOException 내부 처리 및 디버그 출력 제거
Show description for 3379fc7
joona95
and
claude
committed
3379fc7
View commit details
Copy full SHA for 3379fc7
Browse repository at this point
refactor: 레시피 검색 카운트 쿼리 성능 개선
Show description for 90efc7b
joona95
and
claude
committed
90efc7b
View commit details
Copy full SHA for 90efc7b
Browse repository at this point
refactor: IOException 글로벌 처리 도입 및 컨트롤러 throws 정리
Show description for 4ef855e
joona95
and
claude
committed
4ef855e
View commit details
Copy full SHA for 4ef855e
Browse repository at this point
Commits on May 2, 2026
feat: 한국어 형태소 분석기 (lucene-analysis-nori) 기반 검색 토큰화 유틸 추가
Show description for 3044896
joona95
and
claude
committed
3044896
View commit details
Copy full SHA for 3044896
Browse repository at this point
feat: MySQL FULLTEXT MATCH AGAINST 함수 Hibernate 등록 + QueryUtils 헬퍼 추가
Show description for 9f6effa
joona95
and
claude
committed
9f6effa
View commit details
Copy full SHA for 9f6effa
Browse repository at this point
feat: 검색 대상 엔티티에 searchTokens 컬럼 + 자동 토큰화 추가
Show description for 06a68c5
joona95
and
claude
committed
06a68c5
View commit details
Copy full SHA for 06a68c5
Browse repository at this point
feat: 레시피/블로그/유튜브 검색 쿼리를 LIKE 에서 FULLTEXT MATCH 로 교체
Show description for 6cdfb43
joona95
and
claude
committed
6cdfb43
View commit details
Copy full SHA for 6cdfb43
Browse repository at this point
feat: 기존 데이터용 searchTokens 백필 ApplicationRunner 추가
Show description for b4bce97
joona95
and
claude
committed
b4bce97
View commit details
Copy full SHA for b4bce97
Browse repository at this point
test: 검색 서비스 테스트 stub 의 키워드 인자를 wildcard 매처로 변경 + 1글자 차단 케이스 추가
Show description for ae2c4ff
joona95
and
claude
committed
ae2c4ff
View commit details
Copy full SHA for ae2c4ff
Browse repository at this point
Commits on May 3, 2026
refactor: 외부 API circuit breaker fallback 시그니처 정합 + IOException 데드코드 정리
Show description for 8f4f290
joona95
and
claude
committed
8f4f290
View commit details
Copy full SHA for 8f4f290
Browse repository at this point
fix: RecipeIngredient 의 searchTokens 는 nori 대신 단순 정규화로 채움
Show description for 8fc8e6b
joona95
and
claude
committed
8fc8e6b
View commit details
Copy full SHA for 8fc8e6b
Browse repository at this point
feat: 1글자 검색어는 정확 매칭으로 처리하도록 검색 쿼리 추상화
Show description for 5168081
joona95
and
claude
committed
5168081
View commit details
Copy full SHA for 5168081
Browse repository at this point
test: 검색 Repository 통합 테스트의 키워드 인자를 SearchQuery 로 갱신 + 1글자 ExactToken 케이스 추가
Show description for 5b931f3
joona95
and
claude
committed
5b931f3
View commit details
Copy full SHA for 5b931f3
Browse repository at this point
refactor: 재료 동의어를 Java if/else 에서 IngredientSynonym DB 테이블로 이전
Show description for 1e19022
joona95
and
claude
committed
1e19022
View commit details
Copy full SHA for 1e19022
Browse repository at this point
refactor: 추천 레시피 매칭을 RecipeIngredient.searchTokens FULLTEXT 기반으로 변경
Show description for ed4e08f
joona95
and
claude
committed
ed4e08f
View commit details
Copy full SHA for ed4e08f
Browse repository at this point
Commits on May 7, 2026
feat: public 추천 API 에 IngredientSynonymCache.expand 적용
Show description for 8ff5af0
joona95
and
claude
committed
8ff5af0
View commit details
Copy full SHA for 8ff5af0
Browse repository at this point
test: 검색 Repository 통합 테스트의 InnoDB FULLTEXT 가시성 한계 우회
Show description for a75c2b3
joona95
and
claude
committed
a75c2b3
View commit details
Copy full SHA for a75c2b3
Browse repository at this point
docs: 추천 검색 + 동의어 마이그레이션 가이드 추가 + 테스트 DB DDL 정리
Show description for 6e4781c
joona95
and
claude
committed
6e4781c
View commit details
Copy full SHA for 6e4781c
Browse repository at this point
test: BlogRecipe / YoutubeRecipe 의 1글자 ExactToken 검색 테스트 제거
Show description for 639e6a6
joona95
and
claude
committed
639e6a6
View commit details
Copy full SHA for 639e6a6
Browse repository at this point
You can’t perform that action at this time.