// 판례 조회 async findKeyWordDetails(name: string) { return this.panryeRepository.find({ where: { 판시사항: Like(%${name}%), } }) }
%${name}%
LIKE문은 전 테이블을 돌아야 한다는 문제점이 있다.