PostgreSQL Full Text Search Tutorial

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 30

  • @michel-814
    @michel-814 11 місяців тому +3

    Excellent ! Short, concise ... really clean explanation. Thanks

  • @umitdemir3741
    @umitdemir3741 Рік тому +2

    that's a really good explanation. Thank you for making this video.

  • @shreyadutta5817
    @shreyadutta5817 2 місяці тому

    Excellent... very easy to understand the explanations.

  • @rembautimes8808
    @rembautimes8808 Місяць тому

    A very good tutorial thanks so much for this explanation 😊

  • @aldrickdev
    @aldrickdev 5 місяців тому

    Awesome video!!

  • @cgeyer
    @cgeyer Рік тому

    great synopsis, thank you!

  • @SAMEERSHAIKH-dw8rg
    @SAMEERSHAIKH-dw8rg Рік тому +1

    What if i want to join multiple tables and perform search on those columns

    • @jeyfus
      @jeyfus Рік тому +3

      You can join the tables and build ts_vector with columns from whatever tables you’d like to search on. Just like in the video when he references name or description, it could have been table1.name and table2.description if they were in two different tables that you joined.

    • @SAMEERSHAIKH-dw8rg
      @SAMEERSHAIKH-dw8rg Рік тому +2

      @@jeyfus thanks

  • @larryczerwonka5125
    @larryczerwonka5125 17 днів тому

    what about using similarity() ?

  • @burjisazrael4164
    @burjisazrael4164 7 місяців тому

    Great video! Thanks!

  • @Renozilla
    @Renozilla 4 місяці тому

    Nice video
    Thanks for sharing

  • @knightblanc4413
    @knightblanc4413 Рік тому

    Great job man!! ❤

  • @ngoclinhvu5381
    @ngoclinhvu5381 Рік тому +2

    What coding IDE are you using?

  • @wizzl8513
    @wizzl8513 Рік тому +2

    Great explanation, thanks!

  • @ervamate
    @ervamate Рік тому

    Great intro!

  • @iceniveth
    @iceniveth Рік тому +1

    10:56 on my end, line 68 didn't seem to utilize the index on line 76. Because the index on line 76 is using to_tsvector('english', document), I had to match that as well in the WHERE clause in line 68.
    WHERE TO_TSVECTOR('english', document) @@ WEBSEARCH_TO_TSQUERY('thor')

  • @sohaybelgendy4919
    @sohaybelgendy4919 Рік тому

    Thank you man!

  • @adamroach43
    @adamroach43 6 місяців тому

    super helpful thanks

  • @Виктор-ч1ц3з
    @Виктор-ч1ц3з 5 місяців тому

    Спасибо за видео!

  • @alexandremondaini
    @alexandremondaini 8 місяців тому +1

    Hi, whichi software are you typing sql at ? looks gorgeous

  • @TheYidoify
    @TheYidoify 9 місяців тому

    Thank you!

  • @ulissescruz5540
    @ulissescruz5540 Рік тому

    great video

  • @indreiuflavius2240
    @indreiuflavius2240 Рік тому

    what is the song from intro? 🔥

  • @Anto-mi5pn
    @Anto-mi5pn 10 місяців тому

    What's the SQL editor you're using?