On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

LSCS 16.4 Query changes

I doubt this will effect anyone's runtime code, but certainly will mess you up when you are testing.

q=* (or just * in debugpanel) returns no data. Use : instead. This really only effects people during setup.

Two other points.

If you use curl to test, then you need to use curl -L (follow redirects) to get the data from Solr (or Idol as it is the case in 16.3 as well)

Finally there is an issue with the new feature to get the content included with the initial query. LSCS embeds the XML in the main return package. The problem is that it includes the DOCTYPE (or multiple) embedded in the middle of the payload, which is invalid XML There is a defect open. Since this is new functionality I am not too concerned because no one is using it yet.

Hope this is useful to people

Andy