Ralf Duda writes: > ... > What i need: > But for the user it should be possible to type in querys like: > --- > Name: Paul OR Henry OR Michael > --- > or like > --- > Name: Paul AND Peter > --- For easy cases, you can use "_.string.split". But, as soon as it becomes a bit more complex, you need a parser. This is then a bit of work... Dieter