> > > From the ICU docs it looks like this should work >> >> ...WHERE REGEX '^second line$' > >Yes seems correct. > >> but it doesn't (it works if the only words in the field are 'second line'). >> >> What would be the correct syntax? > >Does your field is indexed by words ? > Hi Ruslan, Yes, they are. But REGEX ignores indices, no? Jon