Subject IBO Search with 'OR'
Author Marcin Bury
Hello everybody

Seeing Jason around...

IBO search functionality is great, but is it possible to have 'OR'
criteria?
What I would like to achieve is bind two TIB_Edit to one dataset column
and then posting the search state get the 'where' like this:

aColumn = 'aedit1_text' OR aColumn = 'edit2_text'

instead of


aColumn = 'aedit1_text' AND aColumn = 'edit2_text'
Is it possible?

Thanks
Marcin