Thread: how to search a phrase in mailing message title
Hello, I try to retrieve messages in pg mailing lists knowing their title using "Search the Archives" from https://www.postgresql.org/list/ for exemple when I search "Catalog corruption" sort by date I find messages from https://www.postgresql.org/message-id/CANXE4TeYbXdNfGSmRsKbeWm+=LD8kVrNYe=UDE8FvZtuMh3W3w@mail.gmail.com and https://www.postgresql.org/message-id/CA+t6e1k5QpakOvd-KdhcQqmWSj=2Bb+N7chh+EUk9CQ-9QJZvw@mail.gmail.com that are OK but also many others that are the result of searching "Catalog" OR "corruption" in title and in messages text. Is there a way to limit the search to title, and to phrases ? Thanks in advance Regards PAscal -- Sent from: http://www.postgresql-archive.org/PostgreSQL-www-f2176062.html
On Tue, Aug 28, 2018 at 11:11 PM, legrand legrand <legrand_legrand@hotmail.com> wrote: > Hello, > > I try to retrieve messages in pg mailing lists knowing their title > using "Search the Archives" from https://www.postgresql.org/list/ > > for exemple when I search > "Catalog corruption" > sort by date > > I find messages from > https://www.postgresql.org/message-id/CANXE4TeYbXdNfGSmRsKbeWm+=LD8kVrNYe=UDE8FvZtuMh3W3w@mail.gmail.com > and > https://www.postgresql.org/message-id/CA+t6e1k5QpakOvd-KdhcQqmWSj=2Bb+N7chh+EUk9CQ-9QJZvw@mail.gmail.com > > that are OK > but also many others that are the result of searching "Catalog" OR > "corruption" in title and in messages text. > > Is there a way to limit the search to title, and to phrases ? I use our search, which supports phrase and faceted searches: https://postgrespro.com/search/?area=archive&q=%22Catalog+corruption%22 > > Thanks in advance > Regards > PAscal > > > > -- > Sent from: http://www.postgresql-archive.org/PostgreSQL-www-f2176062.html > -- Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Thank you ! You site gives me the threads containing the searched phrase ! (even if it did not limit that search for Title ;o) Regards PAscal -- Sent from: http://www.postgresql-archive.org/PostgreSQL-www-f2176062.html