I want to execute the following search on Stack Overflow:
Give me all questions that are either related to [rider] or to unit testing with C# ([c#] and [nunit], [xunit] or [unit-testing]).
This is my search string:
(([xunit] OR [nunit] OR [unit-testing]) AND [c#]) OR [rider]
It returns exactly one result, which confuses me - there are much more questions on Stack Overflow matching these criteria.
So I assume that either my search string is wrong or not supported.
Any ideas?
ORs and then adding watched tags to highlight the one's you want to look at. maybe[xunit] OR [nunit] OR [unit-testing] OR [rider]and have [rider] and [c#] as your watched tags.site:StackOverflow.comand do a search from the web.( ( [xunit] OR [nunit] OR [unit-testing] ) AND [c#] )works as you'd expect, but I don't believe it can do theOR [rider]in addition to that.( [xunit] or [nunit] or [unit-testing] or [rider] ) and ( [C#] or [rider] )