Hi @mdevaney ,
It's the first time I've used a gif in the forum, I thought it would be useful in this case but apparently it's not.
What am I trying to do? Well I have a gallery and I'd like to search for a specific patient by name or date using the search bar.
That's good to know I didn't know I could write a maximum of one line of code in the items property.
and so I understand why on my first gallery in "items" I don't need to specify the source of data for it to display the information and so it allows me to put my formula: Search(Patient;searchbox.Text; "cr796_name"; "cr796_first name")

except that in the second gallery it's not the case, since in "items" there is the data source "consultation" and knowing that I can put only one line of code, I'm supposed to do how ?
