Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Case Commons Development
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Case Commons Development
Contact owners and managers
1–30 of 135
Mark all as read
Report group
0 selected
Suraj Mirpuri
11/6/24
PG Search and PGVector Feature Request
Hi folks good morning, I love this tool and would love to make a contribution to enhance some aspects
unread,
PG Search and PGVector Feature Request
Hi folks good morning, I love this tool and would love to make a contribution to enhance some aspects
11/6/24
Muhammed
9/5/24
Is facet search supported in ruby pg_search ?
Please guide
unread,
Is facet search supported in ruby pg_search ?
Please guide
9/5/24
Mark McEahern
4/6/23
Subquery performance PR
I created a PR (https://github.com/Casecommons/pg_search/pull/511) based on a patch submitted here:
unread,
Subquery performance PR
I created a PR (https://github.com/Casecommons/pg_search/pull/511) based on a patch submitted here:
4/6/23
Pascal Laliberte
9/16/20
Prioritizing exact "starts with" matches, then tsearch results
I'd like certain matches to rank higher than the rest of the tsearch queries when the search
unread,
Prioritizing exact "starts with" matches, then tsearch results
I'd like certain matches to rank higher than the rest of the tsearch queries when the search
9/16/20
Prakash Sanyasi
,
Grant Hutchins
3
4/21/20
Q&A
Not getting accepted search result
Thank You On Tuesday, April 21, 2020 at 6:22:04 AM UTC+6, grant wrote: Hello, Prakash. It's
unread,
Q&A
Not getting accepted search result
Thank You On Tuesday, April 21, 2020 at 6:22:04 AM UTC+6, grant wrote: Hello, Prakash. It's
4/21/20
david.re...@gmail.com
6/21/19
Generator for pg_trgm extension migration
Hi, I opened the issue below about creating a generator to install trigram extension, just like the
unread,
Generator for pg_trgm extension migration
Hi, I opened the issue below about creating a generator to install trigram extension, just like the
6/21/19
kevinku...@gmail.com
,
Grant Hutchins
2
1/26/19
Query rewriting/ts_rewrite in pg_search
No, pg_search doesn't currently do anything with ts_rewrite: https://github.com/Casecommons/
unread,
Query rewriting/ts_rewrite in pg_search
No, pg_search doesn't currently do anything with ts_rewrite: https://github.com/Casecommons/
1/26/19
neli...@gmail.com
,
Grant Hutchins
2
1/13/17
How to know in which column the term was found
Not automatically. Also, if you have multiple words in your search query, then some of those words
unread,
How to know in which column the term was found
Not automatically. Also, if you have multiple words in your search query, then some of those words
1/13/17
Leonid Morozov
,
Grant Hutchins
3
9/13/16
seems unnecessary INNER JOIN on tsearch
Grant, 11 vs 7 rows is number of rows in EXPLAIN QUERY PLAN in both cases: 11 rows -- with INNER JOIN
unread,
seems unnecessary INNER JOIN on tsearch
Grant, 11 vs 7 rows is number of rows in EXPLAIN QUERY PLAN in both cases: 11 rows -- with INNER JOIN
9/13/16
patric...@gmail.com
,
Grant Hutchins
2
8/4/16
Partial match but only last word in query
Right now that's not possible with pg_search out of the box. I would consider accepting a pull
unread,
Partial match but only last word in query
Right now that's not possible with pg_search out of the box. I would consider accepting a pull
8/4/16
kaspa...@gmail.com
8/1/16
Not sure how to handle my case with pg_search
So I have two models: Term and Definition. A definitions has one term and term can have many
unread,
Not sure how to handle my case with pg_search
So I have two models: Term and Definition. A definitions has one term and term can have many
8/1/16
satish....@gmail.com
7/6/16
Timestamps in the searched tables
I am planning to use the pg_search in an application and have one question on tsvectors. My reading
unread,
Timestamps in the searched tables
I am planning to use the pg_search in an application and have one question on tsvectors. My reading
7/6/16
achar...@gmail.com
,
Grant Hutchins
2
5/5/16
Help getting started
You don't need to index. You will always get the latest results based on the current state of the
unread,
Help getting started
You don't need to index. You will always get the latest results based on the current state of the
5/5/16
LightBe Corp
,
Grant Hutchins
3
1/15/16
Q&A
pg_search -v 1.0.5: Question About pg_search_scope When Two Tables Are Joined
I figured out what happened. I realized that there was one condition that I had not coded for that
unread,
Q&A
pg_search -v 1.0.5: Question About pg_search_scope When Two Tables Are Joined
I figured out what happened. I realized that there was one condition that I had not coded for that
1/15/16
darrenb...@gmail.com
, …
blev...@mdsol.com
3
9/11/15
Q&A
Tsvectors for multiple search methods
I have the same question. It's not clear to me what the expression should be for a dmetaphone
unread,
Q&A
Tsvectors for multiple search methods
I have the same question. It's not clear to me what the expression should be for a dmetaphone
9/11/15
Karl
, …
pablorod...@gmail.com
15
9/4/15
pg_search nested associated_against
You save my DAY Slotos ... your approach enlighten me !!! thanks El sábado, 22 de octubre de 2011, 7:
unread,
pg_search nested associated_against
You save my DAY Slotos ... your approach enlighten me !!! thanks El sábado, 22 de octubre de 2011, 7:
9/4/15
marcam...@gmail.com
5/27/15
How do I implement advanced search with operators with pg_search?
You can check out the full question on SO here: http://stackoverflow.com/questions/30470870/how-do-i-
unread,
How do I implement advanced search with operators with pg_search?
You can check out the full question on SO here: http://stackoverflow.com/questions/30470870/how-do-i-
5/27/15
marcam...@gmail.com
5/27/15
How do I search against an object's virtual attribute with pg_search?
Anyone care to take a stab at this SO question: http://stackoverflow.com/questions/30472295/how-do-i-
unread,
How do I search against an object's virtual attribute with pg_search?
Anyone care to take a stab at this SO question: http://stackoverflow.com/questions/30472295/how-do-i-
5/27/15
joao.a...@gmail.com
5/4/15
(pg_search_scope) tsvector_column in associated_against
Hello, I need to implement full text search in my project but noticed there is no support for
unread,
(pg_search_scope) tsvector_column in associated_against
Hello, I need to implement full text search in my project but noticed there is no support for
5/4/15
John Small
5/1/15
Q&A
scopes with multiple languages?
I have a relatively simple table with a few text fields that will be searched using pg_search. But
unread,
Q&A
scopes with multiple languages?
I have a relatively simple table with a few text fields that will be searched using pg_search. But
5/1/15
fair...@fieldday.ag
4/21/15
best way to add multi-tenancy support
Hello, I've just started using pgsearch, and it was easy to setup and get going, working great. I
unread,
best way to add multi-tenancy support
Hello, I've just started using pgsearch, and it was easy to setup and get going, working great. I
4/21/15
Grant Hutchins
4/18/15
Announcement
Version 1.0.0
I'm about to release pg_search v1.0.0. The biggest change is moving the main parts of the search
unread,
Announcement
Version 1.0.0
I'm about to release pg_search v1.0.0. The biggest change is moving the main parts of the search
4/18/15
fap2...@gmail.com
10/17/14
Q&A
how does pg search work under the covers?
Hi I haven't used pg search before so I have some questions: 1. Is pg search better than using a
unread,
Q&A
how does pg search work under the covers?
Hi I haven't used pg search before so I have some questions: 1. Is pg search better than using a
10/17/14
fap2...@gmail.com
10/17/14
Q&A
how does pg search work under the covers
Hi I haven't used pg search before so I want to know: 1. Is pg search better than using sql with
unread,
Q&A
how does pg search work under the covers
Hi I haven't used pg search before so I want to know: 1. Is pg search better than using sql with
10/17/14
fap2...@gmail.com
10/17/14
Q&A
possible to make different multisearchables?
Hi I want to know if multisearchable only works as one global search, where I can include more than 1
unread,
Q&A
possible to make different multisearchables?
Hi I want to know if multisearchable only works as one global search, where I can include more than 1
10/17/14
fap2...@gmail.com
10/17/14
Q&A
possible to use multisearch with jquery autocomplete?
Hi is it possible to use multisearch for a jquery autocomplete? I want to make an autocomplete, which
unread,
Q&A
possible to use multisearch with jquery autocomplete?
Hi is it possible to use multisearch for a jquery autocomplete? I want to make an autocomplete, which
10/17/14
Robert Jewell
, …
Steven Harman
14
7/31/14
Q&A
How does one on a mac with homebrew install PostgreSQL's, unaccent, function?
Thank you so much Steven. I installed the function with: grassroots_development=# CREATE EXTENSION
unread,
Q&A
How does one on a mac with homebrew install PostgreSQL's, unaccent, function?
Thank you so much Steven. I installed the function with: grassroots_development=# CREATE EXTENSION
7/31/14
Justin Veirs
7/24/14
Q&A
advanced search with pg_search
yo yo! when you have a minute, mind shedding some light, as I'm trying to include a more advanced
unread,
Q&A
advanced search with pg_search
yo yo! when you have a minute, mind shedding some light, as I'm trying to include a more advanced
7/24/14
Jonathan Greenberg
7/8/14
Q&A
Combining Trigram and Tsearch
I recently posted a question but either it is being moderated or it failed to post so forgive me if
unread,
Q&A
Combining Trigram and Tsearch
I recently posted a question but either it is being moderated or it failed to post so forgive me if
7/8/14
aar...@stanford.edu
6/6/14
Q&A
pg_search_scope Require matching both columns
When using pg_search_scope on multiple columns, the search query can match "either or both of
unread,
Q&A
pg_search_scope Require matching both columns
When using pg_search_scope on multiple columns, the search query can match "either or both of
6/6/14