Home Page Link
  Skip Navigation Links
Log in to create posts To create new posts or to reply to existing ones, you must be registered and logged in!
  
View: 
Post
Started: 9/10/2008 11:21 AM
Picture Placeholder: Shaun Boshoff
Shaun Boshoff
Peculiar WSS search issue
Here's my setup:

I have a sharepoint site that I've secured with an internally self-signed cert. I have setup alternate access mappings to make the site available by another name from outside. Searching only a list works but searching the site does not work. However if I pass the search string into the URL manually,  searching the site works. Let me explain:


If I search the site using the search block on sharepoint, it appends this string (&u=https%3A%2F%2FSERVERNAME%2EDOMAINNAME%2ECOM) on the end of the URL and it doesn't return anything. If I then edit the URL in my browser and remove everything from the &u onwards, the search goes through.

In other words having a URL of https://server.domain.com/_layouts/searchresults.aspx?k=SearchString works whilst https://server.domain.com/_layouts/searchresults.aspx?k=SearchString&u=https%3A%2F%2FSERVERNAME%2EDOMAINNAME%2ECOM does not work.

Hope I'm making sense.

Any ideas would be greatly appreciated.
Posted: 9/11/2008 8:39 AM
Picture: Robert MacLean
Robert MacLean
Have you got SP 1 and the infrastrucure pack applied?
Oddly enough if I append &u=<domain> I also get no results, but nothing is doing it by default here. Are you changing the scope by any chance?
Posted: 9/12/2008 10:58 AM
Picture Placeholder: Shaun Boshoff
Shaun Boshoff
Thanks for the tip. I did have SP1 but not the infrastructure pack.
 
I installed it now and it's working!!!
 
 
Thanks alot!
Feedback