URL to pass search criteria other than exact match ...

URL to pass search criteria other than exact match ...

Hi:

I am trying to navigate (via script) from the Click section of a Stateless Form to a List View ... and specify a Criteria based on data entered in the Form ... I know that I can do something like ...
openUrl("#View:Staff_Records_View?StaffName=input.StaffNameEntered", "same window");

... and it works ... i.e. it displays the View for the records where the StaffName field contents is exactly what the user entered in the StaffNameEntered field of the Stateless Form.

My question is ... is there a way to code this URL such that I can request a criteria where

StaffName Begins With StaffNameEntered
or
StaffName Contains StaffNameEntered

... etc. etc. ... or do I have to navigate to an HTML View ... and then do a "'for each ..." code block to dynamically generate record content in an html table ?


Gaev