How can I search for all questions that involve participation by two particular users?

For example, I want to search for all of a particular user's questions that I have answered.

I'm not sure whether I'm asking to find direct interactions or indirect interactions.
In other words, if the two users left two answers to the same question, or commented on two different answers to the same question, but didn't interact directly, I'm not sure if I want that to count.

EDIT: With the new Lucene search, this still doesn't work!

link|improve this question

4  
I'd expect a search string of +user:1234 +user:5678 (where numbers are user ID's), but this yields just the search help page. – Chichiray Aug 11 '10 at 18:43
feedback

2 Answers

Here's another, slightly more elaborate SEDE query. Sorry I didn't see your question sooner!

link|improve this answer
feedback

Here's a fairly simple SEDE query to do the particular example you asked for, but it would definitely be useful to have search options to do that sort of thing more generally

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged