GlFilteredSearch: Cmd+A does not select multiple search tokens
The GlFilteredSearch component creates multiple search tokens when a user uses a space. This causes issues because when a user uses the Cmd+A shortcut to select the search term it only selects the last word.
This also causes issues in the code as multiple search tokens need to be combined instead of being treated like one token by default.