diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-24 21:58:16 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-24 21:58:16 +0000 |
| commit | 1124d590a9db28e5a4088f8e84557469e7ee4bb2 (patch) | |
| tree | a61b20ed778ada22c475462587757098b098feab /src/YalpServer | |
| parent | ab841adc06acd2a6ff161ea866579674ce5ff99e (diff) | |
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
Diffstat (limited to 'src/YalpServer')
| -rw-r--r-- | src/YalpServer/InputPluginHandler.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 ... */ |
