Skip to content

Commit

Permalink
document the release
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 3, 2022
1 parent 7f0c7df commit c2510cb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Changelog

## 6.10.0 - 2021-12-20??
## 6.10.0 - 2022-01-03

We've taken a rag and polished up the _Find and Rate Missing Documents_ modal box in this release.
We've taken a rag and polished up the _Find and Rate Missing Documents_ modal box in this release. We've also completely
redone how we attempted to handle http and https connections from Quepid to http and https search engines that was first
introduced into 6.9.0 based on what we've learned in the real world.

### Improvements

The _Find and Rate Missing Documents_ query interface assumes you use the Lucene query syntax. Turns out we have a highlighter built in, so enable that for Lucene syntax. https://github.com/o19s/quepid/pull/453 by @epugh.
* Reworked the handing of http and https connections to Quepid when connecting to http and https search engines. Added in Development mode a nginx based proxy to make http://localhost/ and https://localhost/ work, which is also how you would deploy Quepid in a Production set up. Still works fine on http://localhost:3000 if you only use http based search engine connection. Big thanks to @jzonthemtn for https://github.com/o19s/quepid/pull/451 which fixes https://github.com/o19s/quepid/issues/444 and https://github.com/o19s/quepid/issues/438.

Writing your own scorer? The modal popup window is rather cramped, so let's give the editor room to breathe by making them larger! https://github.com/o19s/quepid/pull/452 by @epugh.

In the early days of Quepid, looking up a single Solr doc would trigger a `facet.field` on every field you display in Quepid. For some Solr's, this can turn a quick lookup for a single document to a 30 second or more ordeal because of unexpected faceting! Thanks to @jeffryedvm for opening https://github.com/o19s/quepid/issues/442. Fixed by https://github.com/o19s/quepid/pull/456 by @epugh.
* The _Find and Rate Missing Documents_ query interface assumes you use the Lucene query syntax. Turns out we have a highlighter built in, so enable that for Lucene syntax. https://github.com/o19s/quepid/pull/453 by @epugh.

* Writing your own scorer? The modal popup window is rather cramped, so let's give the editor room to breathe by making them larger! https://github.com/o19s/quepid/pull/452 by @epugh.

* In the early days of Quepid, looking up a single Solr doc would trigger a `facet.field` on every field you display in Quepid. For some Solr's, this can turn a quick lookup for a single document to a 30 second or more ordeal because of unexpected faceting! Thanks to @jeffryedvm for opening https://github.com/o19s/quepid/issues/442. Fixed by https://github.com/o19s/quepid/pull/456 by @epugh.

### Bugs

On the _Find and Rate Missing Documents_ screen the ability to show just the rated documents had an issue that you had to click the button twice, making you think it was broken. https://github.com/o19s/quepid/issues/454 and https://github.com/o19s/quepid/issues/423 by @epugh are fixed in https://github.com/o19s/quepid/pull/455 by @epugh.
* On the _Find and Rate Missing Documents_ screen the ability to show just the rated documents had an issue that you had to click the button twice, making you think it was broken. https://github.com/o19s/quepid/issues/454 and https://github.com/o19s/quepid/issues/423 by @epugh are fixed in https://github.com/o19s/quepid/pull/455 by @epugh.


## 6.9.1 - 2021-10-27
Expand Down

0 comments on commit c2510cb

Please sign in to comment.