zopefoundation / Products.ZCatalog

Zope's indexing and search solution.
Other
5 stars 22 forks source link

Fix TypeError on the Query Report tab #150

Closed davisagli closed 7 months ago

davisagli commented 7 months ago

Fixes #136

A sequence of dicts doesn't have an inherent sort order.

That's fine: in this use case, we're displaying a list of which indexes were applied in the latest slow query for a given query key. It is more useful to show them in the order they were actually applied (which can reveal an inefficient query plan) rather than sorted alphabetically by index id.

icemac commented 7 months ago

Released in https://pypi.org/project/Products.ZCatalog/7.1/