Quote:
Originally Posted by kmike
I assume you're storing threadid as a group attribute, to support searching within threads. So you'll get it back in the search results for every post found.
Just collect all threadid's in an array, throw out the duplicates using array_unique, and voila, you have your results as threads.
|
Yeah, just when there's 120.000 posts found......you'd have to increase the limit in sphinx.conf to 200.000 or so, and loop through ALL of them, then throw out the uniques, and then sort by lastpost....!?
Quote:
Originally Posted by kmike
There's no such option, looks like you mean "search titles only". But posts have titles too, you know?
|
Yes there is...you can select "Search Titles Only" and then "Show as Posts"....
I think it returns the first post of all threads found....