irrationnelle / consearch

Simple Application to search concerts you wanna see
MIT License
1 stars 0 forks source link

검색 기능 프론트엔드에서 구현하기 #28

Closed irrationnelle closed 3 years ago

irrationnelle commented 3 years ago

현재 데이터베이스로 사용하고 있는 firestore 가 주어진 검색어를 일부분으로 포함하고 있는 문자열의 검색을 허용하고 있지 않다.

따라서 firestore 의 권장사항대로 algolia 를 사용하거나 문자열을 잘라서 db 에 저장해야 한다.

두가지 방법 모두 시간을 꽤 소요하는 방식이기 때문에 아직 db 에 데이터가 크지 않은 관계로 프론트엔드에서 filter 작업을 수행한다.

irrationnelle commented 3 years ago

algolia extenstion 을 firebase 에 추가하고 algolia 관련 코드를 클라이언트에 추가한 것으로 해결