Find Within

Problem

Finds with the Any Match and Find Within options turned on, did not work on Mac, when compiled with newer versions of Xcode. This only applies to version 4.9 for Mac.

Caught By

Turtlesoft staff testing.

Workaround

Sort the records, and then use the Omit Multiple command to remove items.

Solution

This problem is fixed in Goldenseal small business software version 4.92 and later.

Technical Details

Programmer note: total rewrite of CTCS_Array::Subtract. We did the same for Add and Collapse, which probably have the same problem (find them in DB_ListManager now). No idea why the newer Xcode compiler would break them, but the code was poorly written and hard to understand, so it was worth the effort to rewrite them more cleanly.