Hi All

The wonderful Yvonne gave me some options here so I wanted to share one which highlights how these attributes when evaluated kick butt!
The suggestion was to use "Instant Search" and with 1 or 2 attempts got it working

Name:  CatalogueSearch.jpg
Views: 137
Size:  33.1 KB

I modified Yvonne's code a little bit and placed it into the main LIB.
Feel free to use:
// Event delegate for 'search' event
proc page1_search(cSearchValue)
// insert your code here
Lianja.get("page1.section1").setAttr("catalogViewF ilter","startswith(lastname,'"+cSearchValue+"')")
//Lianja.get("page1.section1").setAttr("catalogViewF ilter","startswith(lastname,cSearchValue)") - original code
endproc
One solution