Navigation:  Using iKog > Navigating through the tasks > Applying a global filter >

More complex filters

Previous pageReturn to chapter overviewNext page

from version 1.84

You can also match tasks that contain different words by including the term OR.  So to match tasks that contain either Learn or Visit you would enter:

>>>FILTER Learn or Visit

 

If you enter more than 2 tasks the rule for the filter is as follows.  The return task must contain all of the words that are not preceded by OR or any of the words preceded by OR.  So:

 

>>>FILTER Learn or visit or ceramic

would return tasks containing Learn or visit or ceramic.

 

>>>FILTER Learn or visit ceramic

would return tasks containing (Learn and ceramic) or visit.

 

This can also be used with list filters.  e.g.

>>>LIST Learn or visit ceramic

would return tasks containing (Learn and ceramic) or visit.

 


Note the character + at the start of a search is used programmatically by iKog to identify terms that must apply.  You should not precede terms with + yourself.