ACDB  Log In
Search

READ ONLY MODE IS ACTIVATED

Post Reply
ACDB Forums :: Anime Characters Database :: Site Discussion
Posted 14 year(s) ago Re: # 7611

EatsSweets
Page of Void

EatsSweets Avatar
2 Stars

Joined on 05-22-11
Posts 107

13x31

The tag search is case insensitive, meaning it wouldn't matter if someone searched "Hat" or "hat" because they would get all the characters tagged with a hat.

In terms of misspelling, it would make it easier to add the tag, but it wouldn't help if someone misspelled the tag when searching.

If you need to search tags, use the tags search page that the "Tags" button brings you to. It seems like the tags option of the main search box drop down menu isn't coded to the tags search or something like that. Rei will get around to fixing it at some point.


Huh, I didn't know it wasn't case sensitive. Did it used to be or am I just going crazy? lol
As for misspelling in the search we have the "no matches" thing to help. Tags aren't an option yet, but I was assuming that it would be eventually if the Tags search was ever available in the search box.
I also realize we have a "Tags" button at the top, but if people know about it they would probably use the top right search bar, as it would be faster. Often, when I look in the "Unassigned no Matches" part of the Dash I see people that have tried to search tags there.
Top PM EatsSweets
Posted 14 year(s) ago Re: # 7615

Rei
ダメ人間

Rei Avatar
10 Stars
Head Admin
Joined on 05-24-07
Posts 2102

Rep System

We do have a rep system. It just somehow got lost when the new forum went from private beta to public beta. I'll try to find it again next forum update.

3rd Gender Option

Done. Okay if I call it Trap ? haha. Child age also used to be loli for the lulz, but had to change that one.

Tag Search

Also in the top right search box the tag search doesn't work. Ack, gomen EatsSweets! I uploaded that change by mistake.

Click Tags in the menu instead. That's where the Tag Search is now.

As for predictive searches... those are teh 3vil. I could do one. But it violates a few of my moral ideals.

As for factoring tags more into searches... that too has a lot of room for improvement. I'll try to revisit that issue as soon as I have a chance.

[ Edited Sep 8, 2011 ]
[Image]

私は日本語を少し読むと書くをできます。あなたも?

[Image]
Top PM Rei
Posted 14 year(s) ago Re: # 7617

Nori13
Shinobu's Pet Wolf

Nori13 Avatar
5 Stars
Head Admin
Joined on 05-30-10
Posts 416

Rei

3rd Gender Option

Done. Okay if I call it Trap ? haha. Child age also used to be loli for the lulz, but had to change that one.


Actually, traps are genetic males and usually are transgenders (most of them anyway. "Maria" from Maria Holic is a trap, not by choice, but an example of a trap that is not a transgender). So using trap for unknown is a bad idea.

Unknown/Ambiguous should be reserved for characters that have not been officially defined, and Crona from Soul Eater is the only one I know of so far. Supposedly, his/her mother (can't remember her name) says "musume" only once somewhere in the series. Unfortunately, I wasn't paying attention (too busy reading the subtitles), so I can't say.
Top PM Nori13
Posted 14 year(s) ago Re: # 7618

Rei
ダメ人間

Rei Avatar
10 Stars
Head Admin
Joined on 05-24-07
Posts 2102

Aww, I'll try to find somewhere else to have some fun then.

Changing it from Trap to "Unknown/Ambiguous" now ...
[Image]

私は日本語を少し読むと書くをできます。あなたも?

[Image]
Top PM Rei
Posted 14 year(s) ago Re: # 7622

Nori13
Shinobu's Pet Wolf

Nori13 Avatar
5 Stars
Head Admin
Joined on 05-30-10
Posts 416

There needs to be a way to unlove/unhate a character.
Top PM Nori13
Posted 14 year(s) ago Re: # 7632

Rei
ダメ人間

Rei Avatar
10 Stars
Head Admin
Joined on 05-24-07
Posts 2102

unlove/unhate a character

It's handled as either or right now. You're right, there should be an option to remove it after being added. i'll see what i can do

And an update on images not uploading.

I found yet another situation where it happens.

since i consider myself kline'd from freenode, anyone feel like taking this and asking in #php and #lighttpd where exactly the problem lies?


[rei@athlon ~]$ ps -jlU www
USER PID PPID PGID SID JOBC STAT TT TIME COMMAND UID CPU PRI NI VSZ RSS MWCHAN
www 1384 1 1383 1383 0 SJ ?? 0:04.50 /l/sbin/lighttpd 80 0 44 0 19460 3092 kqread
www 1387 1 1387 1387 0 IsJ ?? 0:00.02 /p/bin/php-cgi - 80 0 55 0 26548 5304 wait
www 1388 1387 1387 1387 0 IJ ?? 0:02.15 /p/bin/php-cgi - 80 0 44 0 30644 8576 sbwait
www 1389 1387 1387 1387 0 IJ ?? 0:00.02 /p/bin/php-cgi - 80 0 49 0 30644 8244 accept


[rei@athlon ~]$ kill -INT 1388
bash: kill: (1388) - Operation not permitted
[rei@athlon ~]$ su -l
Password:
[root@athlon ~]# kill -INT 1388

[rei@athlon ~]$ tail -f /var/www/logs/error-jail.log

2011-09-12 09:36:19: (mod_fastcgi.c.3094)
connection was dropped after accept() (perhaps the fastcgi process died),
write-offset: 237815 socket: unix:/tmp/php.socket



From the above, my question would be Why does a php-cgi child process get stuck in an unrecoverable sbwait state during an upload? Given lighttpd received the data, saved as a temporary file, and started transferring the data to the php-cgi socket.

[ Edited Sep 12, 2011 ]
[Image]

私は日本語を少し読むと書くをできます。あなたも?

[Image]
Top PM Rei
Posted 14 year(s) ago Re: # 7642

Nori13
Shinobu's Pet Wolf

Nori13 Avatar
5 Stars
Head Admin
Joined on 05-30-10
Posts 416

Rei

since i consider myself kline'd from freenode, anyone feel like taking this and asking in #php and #lighttpd where exactly the problem lies?


[rei@athlon ~]$ ps -jlU www
USER PID PPID PGID SID JOBC STAT TT TIME COMMAND UID CPU PRI NI VSZ RSS MWCHAN
www 1384 1 1383 1383 0 SJ ?? 0:04.50 /l/sbin/lighttpd 80 0 44 0 19460 3092 kqread
www 1387 1 1387 1387 0 IsJ ?? 0:00.02 /p/bin/php-cgi - 80 0 55 0 26548 5304 wait
www 1388 1387 1387 1387 0 IJ ?? 0:02.15 /p/bin/php-cgi - 80 0 44 0 30644 8576 sbwait
www 1389 1387 1387 1387 0 IJ ?? 0:00.02 /p/bin/php-cgi - 80 0 49 0 30644 8244 accept


[rei@athlon ~]$ kill -INT 1388
bash: kill: (1388) - Operation not permitted
[rei@athlon ~]$ su -l
Password:
[root@athlon ~]# kill -INT 1388

[rei@athlon ~]$ tail -f /var/www/logs/error-jail.log

2011-09-12 09:36:19: (mod_fastcgi.c.3094)
connection was dropped after accept() (perhaps the fastcgi process died),
write-offset: 237815 socket: unix:/tmp/php.socket



From the above, my question would be Why does a php-cgi child process get stuck in an unrecoverable sbwait state during an upload? Given lighttpd received the data, saved as a temporary file, and started transferring the data to the php-cgi socket.


Hmm... I wish I could answer that, but I'm not real savvy with that... I Googled "sbwait" and got something about sockets, but I'm not real sure if it would apply here...
Top PM Nori13
Posted 14 year(s) ago Re: # 7666

13x31
Nori13's User-type Account

13x31 Avatar
1 Stars

Joined on 09-07-10
Posts 5

[Image]

Umm... Under Gender, is Hideyoshi and Crona supposed to be there?
This is Nori13's user-type account. If you need to PM/PL me, send it to Nori13 instead. Any PMs/PLs will be ignored at this account. If I am posting on the forums with this account, I'm being lazy. lol
Top PM 13x31
Posted 13 year(s) ago Re: # 7672

Rei
ダメ人間

Rei Avatar
10 Stars
Head Admin
Joined on 05-24-07
Posts 2102

Hai~ Xain13, Hideyoshi and Crona are there for a few reasons.

i guess for me, the main reason it to have an option similar to leaving Gender blank. lol


and thanks for looking into the sbwait issue 13x31. i've got a pretty good handle on it. just need a little more C coding skill to patch PHP and fix it.
[Image]

私は日本語を少し読むと書くをできます。あなたも?

[Image]
Top PM Rei
Posted 13 year(s) ago Re: # 7680

Nori13
Shinobu's Pet Wolf

Nori13 Avatar
5 Stars
Head Admin
Joined on 05-30-10
Posts 416

Is it me or is the Cast Vote button for CtoM/CtoW broken? I tried to cast a vote for Fate (younger version) for both CtoM and CtoW on this account and Xain13 and nothing happens besides the page reloads.
Top PM Nori13


Post Reply