eXist-db / monex

Monitoring Application for eXist-db
GNU Lesser General Public License v2.1
6 stars 19 forks source link

[bugfix] always display all values of a facet #166

Closed line-o closed 2 years ago

line-o commented 2 years ago

Remove fields from the URL constructed to show stored facet values. That way also values of records, that had not all fields set, will show up as expected.

fixes #165

joewiz commented 2 years ago

@line-o Thank you for spotting the problem and for the fix!

joewiz commented 2 years ago

p.s. Since monex's jackson jars are tied to the corresponding versions of jackson in the eXist core, we can't release a new version of monex containing this fix until eXist itself publishes a new release. (The only possibility is to release one tied to eXist 5.4.0-SNAPSHOT - but we've always found that to be a bad idea, since SNAPSHOTs are moving targets.)