Letractively / fuuka

Automatically exported from code.google.com/p/fuuka
Other
0 stars 0 forks source link

"Only show thread OP" option in search results #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add "Only show thread OP" option in search results. Sometimes get a lot of
hits, and they all point to the same thread. Makes navigating the early
months difficult.

Original issue reported on code.google.com by andrey.o...@gmail.com on 2 Mar 2009 at 4:45

GoogleCodeExporter commented 8 years ago

Original comment by eksopl on 11 Oct 2009 at 9:10

GoogleCodeExporter commented 8 years ago

Original comment by eksopl on 30 Jan 2012 at 10:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed, requires Sphinx. The query I have for pure MySQL is:

<code language="perl">
$query = "select * from $self->{table} where num in (select (case parent when 0 
then num else parent end) as tnum from 
    $self->{table} $index_hint where $sql_condition 1 group by tnum) and subnum=0 order by $query_ord limit $offset, $limit";
</code>

It's impossibly slow. I didn't waste much time on it, as everyone who's serious 
about running fuuka is running on Sphinx_Mysql, so I disabled this feature for 
engine Mysql.

Sadly, it requires a full Sphinx index regeneration, since I needed an extra 
attribute (thread number).

Original comment by eksopl on 12 Feb 2012 at 2:56

GoogleCodeExporter commented 8 years ago
Fine, Google Code, be that way, refuse to do code highlighting the way your 
wiki tells me to do:
http://code.google.com/p/support/wiki/WikiSyntax#Code

I like it how you don't have a preview function either.

See, this is why old and busted you is being ditched for new hot girl in town, 
Github. Shame, shame.

Original comment by eksopl on 12 Feb 2012 at 2:58

GoogleCodeExporter commented 8 years ago
Why not move to Github, I see you complaining alot about it.

Original comment by ajjr1...@yahoo.com on 12 Feb 2012 at 9:58