Hi,
My ER model looks like this -

(class +Task +Entity)

(rel nr (+Need +Key +Number))

(rel ttl (+IdxFold +String))

(rel sts (+Sn +IdxFold +String))

(rel tgs (+Sn +IdxFold +String))

(rel dt (+Need +Ref +Date))

(rel upds (+List +Joint) tsk (+Update))



(dm url> (Tab)

  (and (list "app/tsk.l" '*ID This)) )



(class +Update +Entity)

(rel tsk (+Joint) upds (+Task) )

(rel dsc (+Sn +IdxFold +String))

(rel dt (+Need +Ref +Date))

(rel tm (+Need +Ref +Time))



How can I select all the Tasks that have a given text that either matches
the title of the +Task (ttl) or the description of an +Update (dsc)?


Regards,

Kashyap

Reply via email to