Using PostgreSQL 8.3 and fulltext indexing, before QS-RF I was able to
execute queries like:
-
q = 'hello world'
queryset = Entry.objects.extra(
select={
'snippet': "ts_headline(body, query)",
'rank': "ts_rank_cd(body_tsv, query, 32)",
},
tables=["plainto_tsque
On Apr 30, 11:52 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 30, 2008 at 11:43 PM, Barry Pederson
>
> <[EMAIL PROTECTED]> wrote:
> > any thoughts on the best way to do this now with QS-RF?
>
> Well, the official database API docs
2 matches
Mail list logo