recently I've updated `admin` module to support `advanced-search`, with a little problems, due to lack of details in documentation, but finally make it work.
Now I am starting to test it and I am not sure how it should work

Let's start with simple SearchRedirect. I am under impression that this feature should work in a way that I can define what should happen in case that some is using keyword search that I want to intercept.
E.g. in case that user is trying to look for Becks (beer), I will like to redirect him to some other mark Amstel.
So I've defined new record in search redirect with following values:
Priority: 0;
Search keyword: "becks";
Redirect URL: "search?q=amstel";
Start Date: 2013-03-01 00:00;
End Date: 2013-03-31 23:00;
But when I go to frontend application (I've deployed site on following url http://localhost/shop), it still shows page with
Search results for: becks (0 found)
Can you please help me with this? where to look for?