Skip to content

Search improvements

Philip ABBET requested to merge search_improvements into master

This merge request does two things:

  1. Move all the search-related code into a new app (it is a big enough feature to not be buried into navigation, and the JS and CSS files where previously in ui/). This implies a migration, no data is lost.

  2. It is now possible to display tables of experiments using the same analyzer multiple times (with one limitation: all the experiments in the table must use the same toolchain). The limitation on the experiment setup page is removed too.

Merge request reports