This is the log where search ain't working (old accounts):
Code:
Sun Feb 27 08:30:19 2011 [27972][a3bdeb32-e868-b557-92f3-4ca4af024ffc]
[INFO] List View Where Clause: (accounts.assigned_user_id in ('1') ) AND ( accounts.team_id in ('1')) And this is the log where search is working (newly created account):
Code:
Sun Feb 27 08:40:36 2011 [945][88006fcb-e99c-f2f9-fdf0-4d1b814bd578]
[INFO] List View Where Clause: (accounts.assigned_user_id in ('1')) So i guess the "AND ( accounts.team_id in ('1'))" is disabling the search for the old accounts (the team module is disabled if that is relevant).
I deleted table team_memberships and after that the search worked again
Bookmarks