long time = ConstraintsParameterMapping.getParamsAsTime(context);
if (time == 0)
time = System.currentTimeMillis();
_queryModel.setQuery(query, locationQuery, location, time, constraints);
_stateEvents.fireModelChange(new StateEvent(new SearchStartedState()));
}
}