When searching within a docset (i.e. with the search term `docset:query`), the search fails if `query` begins with colons. E.g. searching for the `::before` CSS pseudo-element with `css:::before`:  Adding a space before the query works, e.g. `css: ::before`: 