I had the same problem. I solved it by doing query using the pattern
matching operator ~*.
I paste an example query

select id_edb,transcription from epigraph where transcription ~* 'εἰρήνῃ'

and it works

best

Fabio

Reply via email to