psql bookfind3 -c "select count(a1.id) from fti_author a1,fti_author a2 where a1.id=a2.id and a1.string ~ '^clarke' and a2.string ~ '^arthur';"