Diego Basch - 2004-06-17

Logged In: YES
user_id=958084

The problem: in LuceneEngine.java, the variable currentMode
is initialized to FTEngine.MODE_NONE. Every time
executeSearch is called, nothing happens because it is in
the wrong mode and init() doesn't change the mode.

In my tree, I changed init() to set currentMode =
FTEngine.MODE_SEARCH. This seems to solve the problem.