iossifovlab / gpf

GPF: Genotypes and Phenotypes in Families
MIT License
2 stars 0 forks source link

add case insensitive search for measures query #716

Closed IvoStefanov closed 1 day ago

IvoStefanov commented 3 days ago

Background

Pheno browser search is case sensitive.

Aim

Make search for measures insensitive.

Implementation

Implement local build_ilike that mimics sqlglot build_like, but using sql ilike for case insensitivity.