Issue105

Title implement generic iterative search
Priority feature Status resolved
Superseder Nosy List erez, gabi, malte
Assigned To erez Keywords 1.0
Optional summary

Created on 2010-08-04.20:04:53 by gabi, last changed by erez.

Messages
msg405 (view) Author: gabi Date: 2010-08-04.20:04:53
With the new call syntax the old iterative search was removed from the planner.
It should be re-integrated as a proper SearchEngine that manages the sub-searches.

Maybe this should be more generic than the old version, i.e. take the
sub-searches as parameters. We then can define the old version as special case
with an abbreviated call.

Erez, I assigned this to you, because you already started implementing this.
History
Date User Action Args
2010-08-09 14:39:15erezsetstatus: unread -> resolved
2010-08-04 20:18:06gabisetkeyword: + 1.0
title: Generic iterative search -> implement generic iterative search
2010-08-04 20:04:53gabicreate