xPages view FTSearch

Have a view (“vwABC”) that has 4 columns in it. Column one is a common Name (“John Doe”) column 2 is Date For (01/03/2011), column 3 is a description and 4 is the DocID. In a computed field inside a repeat control on an xPage I would like to pull from this view all documents for a specific user for a specific day. I can easily filter the view by the 1st columns for the user logged in…but then I get stuck trying to get the 2nd level filter for the date. I figure there has to be a relatively simple way to accomplish this. If I set the 2 values to viewScope and then try and do an FTSearch I am getting nothing. This xPage is running in both client and browser. These filters are not based on fields that the user interacts with but their name and the date of the day during a week. Trying to find an example that I can take a look at that I can use as a basis for modifying my code to get this working.

Appreciate any advice in advance.

Steven