Hi Peter, We just ran across a nice2have: My users ask for a seperate search rsult pane which only shows entries of a specific type (In our case "Collection.ejitem"). I managed to tweak search.aspx that way that it only shows these entries with IIF(DataBinder.Eval(Container.DataItem, "EntryType")="Collection.ejitem", [...], "") But still all rows of the result set render as empty rows. I also tried to set the root category of our customsearch.aspx module to one category (I've put all matching entries in there) which is also ignored. Any hints on this? Thanks! -Chris |