Skip to content

Fixes for interactive mode type filter

Administrator requested to merge fa/type-filter-fixes into master

Created by: attfarhan

Fixes a couple of bugs I found with the type filter when doing QA for interactive mode:

  • The type filter input had an option for code, and it would actually input type:code, which is invalid. This PR fixes it by removing the type: filter.
  • The type: filter chips did not update when clicking one of the search type tabs, which updates the type value of the query.

Merge request reports

Loading