searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Query handling flow must ensure new request params are available before success event is dispatched #80

Closed lukas-vlcek closed 10 years ago

lukas-vlcek commented 10 years ago

We must ensure that new request params are available (in lookup) before success event is dispatched. And the same needs to apply to the most recent query results. This means we need to move this logic from SearchPage to QueryService implementations.