I restarted my server and now my web search (which has worked for months) will only return to the server console “Entry not found in index”.
Nothing’s changed in the search form and the $$Return formula has always been:
DBName:=@Subset(@DbName;-1);
“[[/”+DBName +“/” + ViewName + “?SearchView&Query=”+Query+“&SearchOrder=”+@Text(Sort)+“&SearchMax=”+@Text(MaxResults)+“&SearchWV=”+@If(ExactMatch=“”;“TRUE”;“FALSE”)
+@If(UseThesaurus=“”;“FALSE”;“TRUE”)+“]]”
which I believe was copied directly from the searchsite template and has always delivered.
Now, just for testing purposes I’ve tried any/everything in the $$Return field and it’s the same “Entry not found in index” thing. Here’s what I’ve tried so far:
“[[/” + “http://www.google.com” + “]]”
“[[/” + “www.google.com” + “]]”
“[[” + “http://www.google.com” + “]]”
“[[” + “www.google.com” + “]]”
“[/” + “http://www.google.com” + “]”
“[/” + “www.google.com” + “]”
“[” + “http://www.google.com” + “]”
“[” + “www.google.com” + “]”
among many other things just to see if the $$Return works.
Does anyone know of a test I can do to see if $$Return is awake?
Of course gravy would be to get my actual search formula to work,
Thanks so much,
-MC