Re: Full-Text Search question

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

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 Susan Cassidy 2014-05-13 21:59:28 Re: logging hook
Previous Message Alan Nilsson 2014-05-13 21:29:36 logging hook