From 7512d9dda15c1778fcafb027aa9d0d61164e2537 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Tue, 21 Mar 2023 21:19:49 -0400 Subject: [PATCH] Add link to president speeches web app --- Chapter_14/Chapter_14.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Chapter_14/Chapter_14.sql b/Chapter_14/Chapter_14.sql index 87bd940..cec6fb6 100644 --- a/Chapter_14/Chapter_14.sql +++ b/Chapter_14/Chapter_14.sql @@ -382,4 +382,7 @@ WHERE search_speech_text @@ ORDER BY score DESC LIMIT 5; +-- Note: To see PostgreSQL full-text search implemented on a web app using +-- queries similar to these, visit: +-- https://anthonydebarros.com/sotu/