Baserow directory (with filters and sitemap!)

แชร์
ฝัง

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

  • @baserow
    @baserow 29 วันที่ผ่านมา +1

    Nicely done, this is awesome!

    • @getwebstudio
      @getwebstudio  29 วันที่ผ่านมา

      Thank you! Between how the API works and the filter builder, it's a joy to use

  • @grantesch2440
    @grantesch2440 หลายเดือนก่อน +2

    HI Thanks for this tutorial. really usefull. Any chance you could do a demo on how to post content to Baserow. Or how to connect a form to save content to Baserow?

  • @360Creators
    @360Creators 2 หลายเดือนก่อน +1

    I've kept track of the timestamps as I was going through the video, here it is:
    0:00 Intro
    1:08 Why Baserow
    3:17 Fetch data
    7:10 Bind data
    12:08 Create filters
    16:46 Use filters
    24:51 Sitemap and listing page

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

      Thank you so much!!

    • @360Creators
      @360Creators 2 หลายเดือนก่อน

      @@getwebstudio you're totally welcome!! Keep up the great work 😁

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

    Thanks so much for making this tutorial, it may have been in response to a previous comment of mine - Really appreciate the effort! Baserow seems like a perfect option for me and the tutorial is great.

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

    This is awesome tutorial John! thanks so much!

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

    THANK YOU!!! i was using wordpress for building out directories and it was such a slow and painful experience

  • @sudheersai.b
    @sudheersai.b 2 หลายเดือนก่อน

    Great tutorial 🎉🎉🎉

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

    This is perfect! Thank you

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

    Great video! For large directories is there a search function inside webstudio?
    And, is it possible to add a "next page" option so that it shows 20 entries and after clicking "next page" the next 20 entries?

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

      Thanks. Pretty sure both of those are demoed in the video. If not, the answer is yes, there is search and pagination out of the box in the template. Go crazy

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

    Can this be done when we are calling posts from Hygraph, using GraphQL

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

      Yes. Same concept just different syntax. The syntax is GraphQL and can be assembled with the Hygraph query editor. Clicking on the $ in their editor makes that property a variable. Then in Webstudio you pass in the variable like you do for slugs and anything else

  • @sudheersai.b
    @sudheersai.b 16 วันที่ผ่านมา

    {
    "ok": false,
    "data": {
    "error": "ERROR_FILTER_FIELD_NOT_FOUND",
    "detail": "The field 2624772 was not found in the table."
    },
    "status": 400,
    "statusText": "Bad Request"
    }
    I am alway getting the above error. I done have field 2624772 in by database. From where it is taking this field ? Somewhere is it hardcoded ?

    • @getwebstudio
      @getwebstudio  16 วันที่ผ่านมา +1

      It's in the Directory Page > Page Wrapper > Baserow Data Variable. It's used in the template for the free tier filter

    • @SpongeBobWaveRider
      @SpongeBobWaveRider 15 วันที่ผ่านมา

      @@getwebstudio Thanks you so much..it is working fine now

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

    How about doing the same with Supabase?

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

      You can for sure do this with Supabase as well.