Hello,
how can I make the gallary show results only if the search value matches 100%?
The code that i got so far is:
If(
!IsBlank(
TextSearchBox1_1.Text
);
Search(
BezoekersRegistratie;
TextSearchBox1_1.Text;
"Title"; "Bedrijfsnaam")
)
The result now is that the gallary wil show items even if i only type the first letter. for exmple an a. but is needs to show only if the title matches 100%. so for exmple the value is test 123. ik only want to view the item in the gallary if test 123 is enter.
hopefully someone nows the answer
thx in advanced