Hi all,I have a page.It has an embedded view with “show single category” function by user name. In my view template default form there is search field and button.It works fine on other views but it does not work on this embedded page.Its first column is categorized by username and the second column is reference number.Since its a embedded view with a show single category function the first columns is hidden by default.My search function does not work in the second visible column.
My search url is below.
…Oneri/Oneri.nsf/BenimBild?OpenPage&StartKey=7AVDCZ
Any ideas?
Any suggestions?
Subject: web search problem?
Remove sorting for first column. Sort second column instead. Keep first column categorized, as it’s now.
Regards
Litty Joseph
Subject: RE: web search problem?
Thanks for reply.if I remove category function from the first column then “show single category” function of embedded view does not work.
Subject: web search problem?
Hi,
StartKey will search for the first categorised column…Even if teh first column is hidden,it won’t look for the second column having the reference number.
Why can’t you try forming a new search URL by passing the refernce number as
"http://Server Internet host name/Filepath/Viewname?SearchView&query=“Reference Number”
Cheers,
Suganya.K.