How to Build Powerful Search Pages in Drupal

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 14

  • @romangudev
    @romangudev หลายเดือนก่อน +1

    Thank you so much for all your videos. They have helped me a lot in all the years I've been developing on Drupal!

    • @WebWash
      @WebWash  หลายเดือนก่อน

      Oh, thanks. I'm glad to have helped.

  • @TG1_618
    @TG1_618 25 วันที่ผ่านมา +1

    At 37:40 when adding the 'tags' reference field, you must use the 'name' of the tag. Expand the options down to field_tags:entity:name. If you select the field_tags item, you're just indexing the taxonomy term IDs, which is why the default 'type' for this index item is 'integer'.
    This is visible at 40:58 when looking at the content of the database table - field_tags is just a bunch on numbers.

    • @WebWash
      @WebWash  25 วันที่ผ่านมา

      I agree that in this example it will only index the target ID, which is the entity reference ID. In this example, I just want to index the tags so I can use them as facets later in the video. If you wanted to index the actual tag label and search on that, then yes, you would have to select "name" as you mentioned. Good observation.

  • @todoele
    @todoele 7 หลายเดือนก่อน +1

    Thank you for the video. It’s been very helpful.

  • @gurbanliye
    @gurbanliye 11 หลายเดือนก่อน +1

    Hello, thank you for this very informative tutorial., How did you configured your dev, because the website responses very fast, because I need clear cache and clear view template cache. And can you show how to make a drupal website more secure, even taking into account zero day vulnerabilities of some core drupal modules.

    • @WebWash
      @WebWash  11 หลายเดือนก่อน +1

      Glad you enjoyed the video.
      > How did you configured your dev, because the website responses very fast,
      I use MAMP for live streams because it's fast.
      > I need clear cache and clear view template cache
      You can turn caching off from "Development settings". But keep the cache on for the production site.
      > And can you show how to make a drupal website more secure, even taking into account zero day vulnerabilities of some core drupal modules.
      Keep Drupal and its module up-to-date.

  • @djam1087
    @djam1087 หลายเดือนก่อน

    Merci pour cette vidéo
    Est ce qu'on peut utiliser token lié à user dans filter criteria dans la views search api

  • @DingDingPanic
    @DingDingPanic 9 หลายเดือนก่อน

    Outstanding video. Thank you. What version of Drupal did you use for this please?

    • @WebWash
      @WebWash  9 หลายเดือนก่อน

      @DingDingPanic Thanks.
      The latest Drupal 10 version at the time of recording.

  • @user-om12dcmsacamscamsacs
    @user-om12dcmsacamscamsacs 6 หลายเดือนก่อน +1

    perfect

    • @WebWash
      @WebWash  6 หลายเดือนก่อน +1

      Glad you liked it.

    • @user-om12dcmsacamscamsacs
      @user-om12dcmsacamscamsacs 6 หลายเดือนก่อน +1

      @@WebWash It was quite informative and with all logical points so very recommended for anyone to setup any search engine in this way :) appreciate your knowledge :

    • @WebWash
      @WebWash  6 หลายเดือนก่อน

      @@user-om12dcmsacamscamsacs Thanks