Quicksearch doesn't work

Found a bug? Tell us!!
Post Reply
Quattro
Posts: 2
Joined: Sun Jun 06, 2004 1:03 pm
Location: Richardson, TX
Contact:

Quicksearch doesn't work

Post by Quattro »

I just installed Serendipity on my server, and it's mostly working fine, other than the fact that the Quicksearch plugin doesn't work. If I try to use it, I get this error:

Code: Select all

Warning: pg_query(): Query failed: ERROR: syntax error at or near "AGAINST" at character 909 in /var/www/html/blog/serendipity_db_postgres.inc.php on line 63
Your search for my-search-key returned 1 results:
No entries to print.
The ``my-search-key'' in the error isn't actually that--it's whatever I type into the search box.

Can anyone tell me what's wrong? Thanks!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Quicksearch doesn't work

Post by garvinhicking »

Hi Quattro!

PostGreSQL quicksearch support is not yet implemented. We have no active developer familar with it, as pgsql doesn't seem to support easy fulltext matching like MySQL does.

If you happen to be familar with it, we would appreciate your help :-)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Quattro
Posts: 2
Joined: Sun Jun 06, 2004 1:03 pm
Location: Richardson, TX
Contact:

Post by Quattro »

Ah--thanks for the answer!

Sadly, I don't know enough postgres to be able to help with that--I'm just starting to learn it.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

If you happen to get used to it, please report back; I myself currently don't have the time to create a postgre-sql installation, as I terribly failed by doing a 2-minutes install and was not patient enough...

Thanks and good luck,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply