web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Show only if search is...
Power Apps
Answered

Show only if search is exact match

(0) ShareShare
ReportReport
Posted on by 83

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

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at

    Hi @icturion ,

    If you want an exact match, you do not need Search - I am assuming you want either of these columns to equal the text in your search box?

    If(
     !IsBlank(
     TextSearchBox1_1.Text
     );
     Filter(
     BezoekersRegistratie;
     Title=TextSearchBox1_1.Text Or
     Bedrijfsnaam=TextSearchBox1_1.Text
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

  • icturion Profile Picture
    83 on at

    thx works perfect

  • BrosJr. Profile Picture
    65 on at

    WarrenBelz, thank you very much. worked like a charm!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard