Fixes for interactive mode type filter
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 inputtype:code
, which is invalid. This PR fixes it by removing thetype:
filter. - The
type:
filter chips did not update when clicking one of the search type tabs, which updates thetype
value of the query.