Skip to content

[ENH] remove the addition of terms one after other in tag search bar

So before when we clicked on a tag to search it would stay in the search bar and when we click on another tag it would add the new tag after the other which was not nice. This merge request therefore solves the problem by directly removing the old tag and replacing it with the new tag.

Merge request reports