Question about nested quotes and the search...

So I recently did a search on recent posts of mine. I discovered at least one of the results was listing words that weren’t mine (it was written by the person I was responding to) without anything in the result saying that it wasn’t.

Is this a bug or a feature? Any way I can avoid this in the future (FWIW, the nested quoting in the post itself was okay).

If you are searching for the word “X” or the phrase “X Y Z,” you’ll get hits both for a post that uses the word or phrase directly, *and *for a post quoting a post that uses the word or phrase, even if that post doesn’t use it itself.

Does that answer your question? Otherwise I don’t think I understand what you’re asking.

I think he means that if you look at the list “find all posts by Leaper” it shows a list of his posts, with a few words quoted from each post.

One of the posts on the list is this one. The words quoted on the list of posts come not from Leaper, but from **Starving Artist ** who was quoted by Leaper.

He is wondering why the list of posts it shows the quote, rather than his own words.

That is exactly what I meant, thanks. :slight_smile: I thought generalities might do, rather than getting all particular, but I guess this is the best way to go. :slight_smile:

Ah, yes, okay. I now understand the question.

I do not, however, know what the answer is. rueful smiley

I thought you were saying that, if you searched for doohickey, and you quoted someone else quoting someone else that said the word, it would still show up on the list of posts.

Probably because, in the given example, [noparse]

[Quote=Starving Artist]

[/noparse] is the first thing in the code, so it parses Starving Artist’s “layer” of the post first.

To take that out of a context, the layers of the example post looks like this:
1: Leaper
2: Starving Artist
3: Leaper

However, the first code in the post points to layer 2, so that gets parsed first. It might seem logical that since what happens directly after the first quote tag is that SA quotes Leaper, his words should have come first. But apparently VBulletin runs with the first thing it finds.

[quote=“Gukumatz, post:7, topic:556671”]

Probably because, in the given example, [noparse]

So, you’re saying it’s a “feature.” :smiley:

So how do I avoid this next time, if I wanted to quote someone who writes something I disagree with enough to not want associated with me, even accidentally?

Does it happen with single layer quotes? If not, then just unnest them. I do it all the time. Just highlight the inner quote, and drag it outside the outer quote. (or use copy-and-paste if you use IE).

Assuming it doesn’t happen with regular quotes, I assume there’s something in the code that was specially written to not treat quotes as part of a person’s post, but that it doesn’t work with nesting.