Two quick patches to fix two small bugs, one for the logotron and one for the bitdash crawler. The logotron patch fixes a css bug in the classic theme where multiple selected loglines would have their highlight rendered incorrectly. The crawler patch fixes the name of the unique index on the host field and drops the explicit creation of this index in the schema as it is created automatically for the unique-constrained field.
Patches and Signatures
Crawler
bitdash_crawler_fix_idx_name.vpatch
bitdash_crawler_fix_idx_name.vpatch.billymg.sig
Logotron
fix_multiln_hlite.kv.vpatch
fix_multiln_hlite.kv.vpatch.billymg.sig
The complete V-Trees for the logotron and crawler have also been updated to include these patches.
[...] a bug in classic.css, introduced in 700821, which broke search term highlighting in the search results [...]