Following upgrade aof a webserver from 8.5.0 to 8.5.1 we discovered that the custom search function using the SearchView&Query function stopped working (it returned 0 results)The exact string being used was:
http://www.serv.com/db.nsf/viewname?SearchView&Query=Field+fname+contains+mysearch&count=20&start=1
This works just fine in 8.5.0
However in 8.5.1 the words FIELD and CONTAINS must be in upper case.
My question is either why does it work in 8.5.0 or why has functionality changed in 8.5.1