Re: Full-Text Search question

From: Jesus Rafael Sanchez Medrano <jesusrafael(at)gmail(dot)com>
To: obartunov(at)gmail(dot)com
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Full-Text Search question
Date: 2014-05-13 23:00:23
Message-ID: CAP7AVe0O8dVrw6PtSgD2CV2tGguwGeyTWD3VYFyjgMmX692LfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

thanks... could you please be so kind to post some snippet/code for this?

Att.
==
Jesus Rafael Sanchez Medrano
"Life is a dream, of which all must wake up"

On Tue, May 13, 2014 at 5:33 PM, Oleg Bartunov <obartunov(at)gmail(dot)com> wrote:

> Easy, you need to extract text fields from json and construct tsvector
> from them (use concatenation, for example).
>
> On Tue, May 13, 2014 at 7:38 PM, Jesus Rafael Sanchez Medrano
> <jesusrafael(at)gmail(dot)com> wrote:
> > can postgres do FTS (full text search) on a json column? if possible,
> please
> > be so kindd to give some snippet/example.
> >
> >
> > Att.
> > ==
> > Jesus Rafael Sanchez Medrano
> > "Life is a dream, of which all must wake up"
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peeyush Agarwal 2014-05-14 04:48:37 Re: Log Data Analytics : Confused about the choice of Database
Previous Message Alan Nilsson 2014-05-13 22:48:10 Re: logging hook