A search for +title:rating [jquery] thisisdummytext will return posts that absolutely have the word "rating" in their title and filter them to only include results with the tag jquery, weighting them based on the presence of "thisisdummytext" (most apparent if you're on the relevance tab).
As you've noted, "thisisdummytext" returns no results on its own, so while search does attempt to use it as part of the process, it isn't contributing anything that has an impact on the results.
You can see this a bit more clearly using the following searches:
If we force search to use "thisisdummytext" as an inclusion/exclusion criteria instead of a weighting criteria by searching for +title:rating [jquery] +thisisdummytext instead, we do indeed get nothing, since there aren't any posts with a title containing "rating" and the text "thisisdummytext" at all, let alone tagged with jquery.
Applied to our example searches above, a search for +URLS +title:etiquette yields only two results, the ones that were most highly ranked in the previous example because they did include "URLS".
In short, if you want +title: to act as an actual filter in this case, you'll need to make sure that your base search term is required in the results by prefixing it with +.