PyKV.search()

데이터베이스에서 값에 특정 검색어가 포함된 키-값 쌍의 리스트를 반환합니다.

구문

pyKV.search(searchString)

매개변수

searchStringstr

데이터베이스의 값 컬럼에서 검색할 값

반환값

list[dict] - 값에 searchString 검색어가 포함된 키-값 쌍의 리스트를 반환합니다.