eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

/3/ search error issue #79

Open sleepyzay opened 10 years ago

sleepyzay commented 10 years ago

Cant search on the /3/ board. It leaves me with "I can't figure your search query out! Try reading the search FAQ. Report a new bug or send an email if you think your query should have worked." regardless of what I put in the search bar.

GXTX commented 10 years ago

I'm assuming it's because the queries are laid out like this SELECT X FROM 3 WHERE X Instead of SELECTXFROM3WHEREX``

The archive maintainer can change this but there are /alot/ of queries where this would need to be updated.