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 / Fixing the Search Func...
Power Apps
Unanswered

Fixing the Search Function

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello, I have a search function that I want to fix that is attached to a sharepoint gallery, and the formula looks like:

SortByColumns(Filter([@'Lessons Learned'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))

 

How can I fix the formula so that is filters for the entire gallery entry instead of just the first word it starts with?

 

Thanks

 

 

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    You can consider changing your formula to the following:

    SortByColumns(
     Search('Lessons Learned', 
     TextSearchBox1.Text, "Title")
     ), 
     "Title", 
     If(SortDescending1, Descending, Ascending)
    )

    Note: this is not a delegable operation and will produce a warning as such.  If record limits are not a concern, you can ignore it. 

     

    I hope this is helpful for you.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hey Randy, I put your formula in place of mine on the app, but all of the entries are gone that is supposed to be searching for and the search bar doesn't seem to be working when I try to preview the app. Any fixes?

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 993

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 545

Last 30 days Overall leaderboard