Criteria lost after searching embedded view

Criteria lost after searching embedded view

I imbed most of my list views in html views. This is one example:

<div elName='zc-component' viewLinkName='Search_Profiles_Embedded' params='Player=<%=recP.Name%>&Player_op=26&zc_Search=true&zc_AddRec=true&zc_DelRec=true&zc_Header=false&zc_Footer=false&zc_DuplRec=true&zc_EditBulkRec=false&zc_Summary=false'>Loading View...</div>

The user can enter 'Search' criteria for the visible columns. This all works fine. But when the user clicks 'Cancel' after he's done searching the view, the parameter limiting the records visible ('Player=<%=recP.Name%>) is lost and all records are shown. This must be wrong in almost any use case. The other settings (eg.zc_AddRec) are not 'lost'.

Can I prevent this from happening somehow or is it a bug?

Thanks for your help.

Filip