I am trying to make a search feature and I am following the loose guidelines on a tutorial. I am trying to be able to have my users search for a duck number by the duck ID #. For data sent I’m putting search for ducks and for the constraint I am putting in duck ID # = get search from url and putting in the parameter
Search_results page needs to be the type of “ducks” so on that “main” page change the content.
Your “search for ducks” is going to return a list of ducks. I’m guessing you want a single duck. add “:First item” to the “search for ducks” yellow text above.
I changed the content to ducks for the search results page and added the :first item, but it still goes red and has an error. it says the thing should be ducks but right now it’s a list of ducks. I am confused. I don’t know what a list of ducks is or what i’m doing wrong. Maybe i’m not smart enough for Bubble.
This is so ducking hard. I made another app in the past that had a search feature and it worked well. I tried to duplicate it with this app but the other app didn’t make me have data to send. Here is my error message.