Hi,
I have two SharePoint servers (test and prod) and I want to add an advanced search on a page with a scope on the same site in both SharePoint.
On both sites, if I search on top of SharePoint and I select my scope, I have results.
So I mean this search (didn't change the scope on the printscreen)
But now, if I search in my advanced search and I check my scope under narrow the search (only the scope(s)) then I have results on my test-SP, but on my prod-SP I have no results...
--> We did not find any results for ALL(test) (scope:"myScope")
I checked the search result page and the settings of the search core result web part are identical. The settings of the advanced web part are identical too.
On test I have results with this url: results.aspx?k=test&s=myscope
and with this url: results.aspx?k=ALL(test)%20(scope%3A%22myscope%22)
On prod I have results with this url: results.aspx?k=test&s=myscope
But not with this url: results.aspx?k=ALL(test)%20(scope%3A%22myscope%22)
What could be the reason for this?