Find Posts by User Increased

Just wanted to mention that I just noticed that the buffer for listing Posts by User went from 500 to 750.

Kinda cool.

Yeah, it’s a trial; let’s see how it affects overall performance.

Hope it helps; a lot of you complained about this issue.

your humble TubaDiva
Administrator

Hey, TubaDiva? While you’re at it, any chance you could make it so that I can easily do a vanity search on my own username? The apostrophe turns it into an invalid search- and I know that there’re other users who have the same problem?

Thanks!

Hey Lightnin’ I just did a user search on your name - with the apostrophe - and it worked.

Oh and I did a search on just lightnin (no apostrophe, standard search) and came up with 152 hits - and most of them appear to be referring to you.

The limit for all searches has been increased to 750, not just by username. Maybe that’s why the board seems a little slow today.

I’m guessing there’s no way to increase the limit only for username searches without some kind of custom modifications, which the PTB have said will happen very, very, very rarely.

'Twould still be a nice touch if you could expand on the option “1 year ago and older/newer”, currently the farthest back you can start from, by adding things like:

“18 months ago and older/newer”
“2 years ago and older/newer”
“2.5 years ago and older/newer”
“3 years ago and older/newer”

This would actually result in smaller searches a good portion of the time.

Be that as it may, I can now snag any of my old posts in GQ or GD with the increase to 750 returned results. There are fewer than 750 older than a year in GD, and by switching between ascending and descending order I get an overlap between the oldest 750 and the 750 starting 1 year ago and going back in time in GD.

:cool:

Yeah, I can do a username search on " Lightin’ ", but if I try to see what other people are saying about me (heh), a search on " Lightin’ " as a keyword always returns “no matches”.

Of course, I can always search for just “Lightnin” without the apostrophe… but that gets me a lot of results that really don’t have anything to deal with me.

Allowing apostrophes to be used in a keyword search would resolve this.

I don’t have any particular information about vBulletin specifically, but from what I know of programming in general, I suspect that this change could not be made without completely restructuring the search function from the ground up. Which is far beyond the scope of what the staff here is willing or able to do. Your best (and perhaps only) bet would be to ask the Jelsoft programmers, and hope that they change it for the next version.

But wouldn’t you exclude a lot of people who just call you Lightnin, without the apostrophe? Personally, if I were of the sort that did vanity searches, I’d be willing to wade through some extraneous threads than to miss something.

In most SQL languages, the apostrophe (or single quote) serves to identify and delimit character strings. The solution in most systems is to replace each occurence of a single quote with two single quotes.