The search input on the "Test Session" states that you can "Search by project, environment, branch, user, commit". However, this leads to some unwanted results, because certain key words like "beta" or "hotfix" can show up in either field "project", "environment", or "branch".
Please add an advanced search syntax to restrict the search to certain fields. Example "environment:beta.example.com project:nightly-build" could be one way to do it.
Also, please add the ability to use strict string matching in the search result. As it is now, searching for "foo-bar-baz" (including the quotes) will return results that match either "foo", "bar", or "baz". If you put the search string in quotes then the search result should only contain test sessions that match the whole string.
