Search found 3 matches

by we3b
Wed Feb 10, 2010 10:31 am
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 267618

Re: PostgreSQL Fulltext Search

The problem was in keyword_search() function. It has been expecting one parameter more - $author_name and $start becomes an array, not integer as should be.

Version 1.49
Updated search by username. Now it works :)
by we3b
Sat Jan 09, 2010 11:46 am
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 267618

Re: PostgreSQL Fulltext Search

Not yet. I've tried to solve this problem oneself. Currently without any results. I'll install phpBB 3.0.5 and check on it, to be 100% sure.
by we3b
Fri Jan 08, 2010 5:17 pm
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 267618

Re: PostgreSQL Fulltext Search

After update phpBB to 3.0.6 I have some errors with keyword_search() function, for example: SQL ERROR [ postgres ] ERROR: syntax error at end of input at character 258 [] SQL SELECT p.post_id FROM posts p WHERE (to_tsvector ('english', p.post_subject) @@ to_tsquery ('english', 'something to search '...