In my specific case, I printed a list of the items in workspace, and then searched for one of the items. The last item in the list was hidden (as it wasn’t matched to the search - EXPECTED) but it was still selectable (UNEXPECTED).
Expected behavior
Only the item that is matched to the search should be shown, anything else should be hidden and unselectable.