2.31.0
2.31.0 (2024-02-05)
-
When using Solr and proxing through Quepid, we require you to use a GET. However, when doing a doc lookup (to power snapshot compare) it falls back to JSONP, instead of using the specified GET. #146 by @epugh.
-
POTENTIALLY BREAKING CHANGE! Splainer-search has some logic around escaping queries. For example
OR
becomes\\OR
... It is rather unclear if this is actually a fully baked set of logic, and has created some bugs like o19s/quepid#910. We've commented out the escaping in Splainer-search, added logging about it, but will leave the code, tagged withSUSS_USE_OF_ESCAPING
. Going to ship this in the next version of Quepid and get feedback from community on if there are regressions that warrant restoring some sort of escaping. #147 by @epugh.
v2.30.7...v2.31.0