On Wednesday, December 23, 2015 at 10:01:18 PM UTC-8, Hiroyuki Sato wrote:
>
> Hello 
>
> I would like to use PGroonga. It is extention of PostgreSQL full text 
> search engine. 
> http://pgroonga.github.io 
>
> It has the original operator @~.
>
> 1, It is possible to create query @~ like the following?
>
>   SELECT
>     u.url 
>   FROM 
>     url_lists u,
>     keywords k
>   WHERE
>     u.url @~ k.url;
>
> 2, Sequel.pgrn_like 
>
>  I would like to create Sequel.pgrn_like method. It is similar method 
> Sequel.like.
>  Could you point me good for that?
>

I would look at the existing pg_*_ops extensions that ship with Sequel, 
such as pg_hstore_ops: 
https://github.com/jeremyevans/sequel/blob/master/lib/sequel/extensions/pg_hstore_ops.rb

Thanks,
Jeremy 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to