From 1124d590a9db28e5a4088f8e84557469e7ee4bb2 Mon Sep 17 00:00:00 2001 From: guest Date: Wed, 24 Sep 2008 21:58:16 +0000 Subject: it's now possible to make a search request in the client, then the pgsqlinput plugin gets proper (incomplete) results out of the database, then everything crashes on the way back, cause the search result isn't yet set correctly git-svn-id: http://manut.eu/svn/yalp/trunk@6 f059d3a0-6783-47b7-97ff-1fe0bbf25129 --- src/YalpServer/InputPluginHandler.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/YalpServer') diff --git a/src/YalpServer/InputPluginHandler.java b/src/YalpServer/InputPluginHandler.java index 746204a..40c6208 100644 --- a/src/YalpServer/InputPluginHandler.java +++ b/src/YalpServer/InputPluginHandler.java @@ -32,6 +32,8 @@ public class InputPluginHandler { } /* + * @todo sort / priorization of search results + * * @todo maybe each request in own thread * timeouts, maximum number of results ... */ -- cgit v1.2.3