Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I faced a similar problem while loading a smartlist and it took a very long
time to load it. Once loaded, I realised that all the "completed" tasks were
also loaded.
If you were loading a smartlist, I would recommend to try to load a normal list
for testing.
To resolve my problem loading my apparently long list, i.e. which contained a
lot of completed task, I have updated it to include something like this at the
end of its definition: "and not (completed:)". After doing so, only the
uncompleted task were loaded and the results show up in few seconds.
Original comment by lem...@gmail.com
on 22 Oct 2012 at 5:22
Instead doing your first test, in the interest of time, I just added "and not
status:completed" and that seemed to fix it.
Original comment by laurinke...@gmail.com
on 23 Oct 2012 at 12:56
Original issue reported on code.google.com by
laurinke...@gmail.com
on 21 Oct 2012 at 5:39