Hi
I have view where all my users names are in the first column.
Now i need to get the document , for the user entered name through the Web browser.
i am able to do the tast perfectly but for one case i m not finding solution.
I m retrieving the document with the help of
view.Ftsearch method.
It is giving me proper results when user enter
case 1 firstname followed by last name (in a single box)
case 2.last name only
case 3. first name only
but for this case it is not giving me any results
case 4.Lastname,firstname
case 5.wild cards
Could some one suggest me how to do it without disturbing my logic ??
Case 4 is mandatory for me pls help me out
thanks

